summaryrefslogtreecommitdiff
path: root/lehed/oppematerjalid/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'lehed/oppematerjalid/styles.css')
-rw-r--r--lehed/oppematerjalid/styles.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/lehed/oppematerjalid/styles.css b/lehed/oppematerjalid/styles.css
index 9b02532..74ca032 100644
--- a/lehed/oppematerjalid/styles.css
+++ b/lehed/oppematerjalid/styles.css
@@ -1,3 +1,22 @@
body{
- font-family: 'Cormorant SC', serif !important;
-} \ No newline at end of file
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ background-color: #43464b;
+}
+
+/* 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; }