diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-05-05 18:37:52 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-05-05 18:37:52 +0300 |
commit | 8f3d2b1b6ff3cb2378a2ce5403faebaadca61c11 (patch) | |
tree | a0c25f684b13444da069da1063653caa162fe426 /lehed/projekt/styles.css | |
parent | 9a4d6be0ca9cb86ef56acdbf8bcc1fe9f920a19c (diff) |
Parandused
Former-commit-id: 5f3ba2029e5783e370d2a7808b5ede5448424e14
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; } + |