CSS fixes for dark theme

This commit is contained in:
Victoria Drake 2021-03-20 06:39:36 -04:00
parent 31f1499934
commit f563933043
4 changed files with 18 additions and 1 deletions

View file

@ -153,6 +153,8 @@ pre
.navbar-item
text-transform: uppercase
font-size: 0.875rem
&:hover
background-color: $navbar-background-color !important
.owl-nav
height: 50px

View file

@ -7,3 +7,9 @@
.markdown
strong
color: $body-color
.modal-background
background-color: rgba(0,0,0,0.8)
.modal-close
background-color: $primary

View file

@ -5,6 +5,7 @@ resources:
- src: plant.jpg
params:
weight: -100
project_timeline: June-December
---
This theme was designed by [Victoria Drake](https://victoria.dev). Go on, explore! 💪

View file

@ -8021,6 +8021,8 @@ pre {
.navbar-item {
text-transform: uppercase;
font-size: 0.875rem; }
.navbar-item:hover {
background-color: #ffffff !important; }
.owl-nav {
height: 50px; }
@ -10797,6 +10799,8 @@ readers do not read off random characters that represent icons */
.navbar-item {
text-transform: uppercase;
font-size: 0.875rem; }
.navbar-item:hover {
background-color: #121212 !important; }
.owl-nav {
height: 50px; }
.owl-next, .owl-prev {
@ -10939,6 +10943,10 @@ readers do not read off random characters that represent icons */
.modal-card-body {
background-color: #121212; }
.markdown strong {
color: #dfdfdf; } }
color: #dfdfdf; }
.modal-background {
background-color: rgba(0, 0, 0, 0.8); }
.modal-close {
background-color: #ed6a5a; } }
/*# sourceMappingURL=main.css.map */