forked from lapikud/lapikud.github.io
changes for nav and Juhatus
This commit is contained in:
11
src/app.css
11
src/app.css
@@ -5,9 +5,9 @@
|
||||
|
||||
/* Overwriting tailwindcss specific variables */
|
||||
@theme {
|
||||
--color-orange-500: #f0941d;
|
||||
--color-orange-300: #ffa940;
|
||||
--color-orange-600: #d67d0a;
|
||||
--color-orange-500: #f0941d; /* Primary color, use this for most things. */
|
||||
--color-orange-300: #ffa80d; /* Use for hover states, accents, and highlights. (lighter than primary) */
|
||||
--color-orange-600: #d67d0a; /* Ideally don't use */
|
||||
|
||||
--color-gray-100: #fffdfa;
|
||||
--color-gray-900: #0d0d0d;
|
||||
@@ -109,6 +109,11 @@ input[type="submit"] {
|
||||
margin: -1px;
|
||||
}
|
||||
|
||||
/* Safe area for content below navbar (94px scaled) */
|
||||
.safe-area-navbar {
|
||||
padding-top: calc(94px * var(--ui-scale));
|
||||
}
|
||||
|
||||
/* Show/hide helpers for breakpoints */
|
||||
.mobile-only {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user