diff options
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; +} |