diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-05-14 16:12:01 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-05-14 16:12:01 +0300 |
commit | 62caa37da257987c9585ac57ab64bb12ea481d0b (patch) | |
tree | c3d6ec3389258db0b807286ac008f7dcd8653636 /lehed/juhend/styles.css | |
parent | 3c64a840a69b2685722765feadf0fec6e571b157 (diff) |
fixes
Former-commit-id: 09885e5cd344caaee9cdc2005b7e88dcc5206213
Diffstat (limited to 'lehed/juhend/styles.css')
-rw-r--r-- | lehed/juhend/styles.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lehed/juhend/styles.css b/lehed/juhend/styles.css new file mode 100644 index 0000000..e19b377 --- /dev/null +++ b/lehed/juhend/styles.css @@ -0,0 +1,38 @@ +body{ + 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; } + + + + + + + + + +/* Accordion */ +.accordion-item, .accordion-header, .accordion-button{ + background-color: transparent !important; + border: none !important; + text-decoration: none !important; +} |