diff options
Diffstat (limited to 'lehed/projekt/styles.css')
-rw-r--r-- | lehed/projekt/styles.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/lehed/projekt/styles.css b/lehed/projekt/styles.css index 9b02532..0c12a82 100644 --- a/lehed/projekt/styles.css +++ b/lehed/projekt/styles.css @@ -1,3 +1,24 @@ body{ - font-family: 'Cormorant SC', serif !important; -}
\ No newline at end of file + background-color: #43464b; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} + + +/* NavBar */ +.navbar{ + margin: 1.2rem; + margin-top: 0; + border-bottom: 2px solid white; +} + +.navbar span{ + font-weight: bold !important; + color: white !important; +} + +.navbar a:hover{ + color: snow; + font-weight: bolder; +} +.navbar a{ color: white; } + |