mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +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
|
.navbar-item
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
font-size: 0.875rem
|
font-size: 0.875rem
|
||||||
|
&:hover
|
||||||
|
background-color: $navbar-background-color !important
|
||||||
|
|
||||||
.owl-nav
|
.owl-nav
|
||||||
height: 50px
|
height: 50px
|
||||||
|
|
|
@ -7,3 +7,9 @@
|
||||||
.markdown
|
.markdown
|
||||||
strong
|
strong
|
||||||
color: $body-color
|
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
|
- src: plant.jpg
|
||||||
params:
|
params:
|
||||||
weight: -100
|
weight: -100
|
||||||
|
project_timeline: June-December
|
||||||
---
|
---
|
||||||
|
|
||||||
This theme was designed by [Victoria Drake](https://victoria.dev). Go on, explore! 💪
|
This theme was designed by [Victoria Drake](https://victoria.dev). Go on, explore! 💪
|
||||||
|
|
|
@ -8021,6 +8021,8 @@ pre {
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.875rem; }
|
font-size: 0.875rem; }
|
||||||
|
.navbar-item:hover {
|
||||||
|
background-color: #ffffff !important; }
|
||||||
|
|
||||||
.owl-nav {
|
.owl-nav {
|
||||||
height: 50px; }
|
height: 50px; }
|
||||||
|
@ -10797,6 +10799,8 @@ readers do not read off random characters that represent icons */
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.875rem; }
|
font-size: 0.875rem; }
|
||||||
|
.navbar-item:hover {
|
||||||
|
background-color: #121212 !important; }
|
||||||
.owl-nav {
|
.owl-nav {
|
||||||
height: 50px; }
|
height: 50px; }
|
||||||
.owl-next, .owl-prev {
|
.owl-next, .owl-prev {
|
||||||
|
@ -10939,6 +10943,10 @@ readers do not read off random characters that represent icons */
|
||||||
.modal-card-body {
|
.modal-card-body {
|
||||||
background-color: #121212; }
|
background-color: #121212; }
|
||||||
.markdown strong {
|
.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 */
|
/*# sourceMappingURL=main.css.map */
|
Loading…
Reference in a new issue