Skip to content

Commit

Permalink
update color (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 8, 2024
1 parent 30852a6 commit 5b85267
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@
color: #00bda4 !important;
}

[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a {
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 {
color: #00bda4 !important;
}
Expand All @@ -68,6 +59,15 @@
color: #02d3b8 !important;
}

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

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

/* Releases page table */
.version-th-center, .version-td-center {
text-align: center;
Expand Down

0 comments on commit 5b85267

Please sign in to comment.