Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Oct 7, 2024
1 parent 113b1b9 commit 4b5650a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@
}

[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a {
color: #012b26 !important;
color: #000000 !important;
font-weight: bold;
}

[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a:hover {
color: #000000 !important;
}

[data-md-color-scheme="slate"] .md-nav__item .md-nav__link--active {
Expand Down

0 comments on commit 4b5650a

Please sign in to comment.