mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
CSS fixes for dark theme
This commit is contained in:
parent
31f1499934
commit
f563933043
4 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -7,3 +7,9 @@
|
|||
.markdown
|
||||
strong
|
||||
color: $body-color
|
||||
|
||||
.modal-background
|
||||
background-color: rgba(0,0,0,0.8)
|
||||
|
||||
.modal-close
|
||||
background-color: $primary
|
||||
|
|
|
@ -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! 💪
|
||||
|
|
|
@ -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 */
|
Loading…
Reference in a new issue