Skip to content

Commit

Permalink
correcting color link (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 12, 2024
1 parent 3bc7e67 commit 85bd260
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
color: #00bda4 !important;
}

[data-md-color-scheme="slate"] .md-typeset a:hover {
color: #02d3b8 !important;
}

[data-md-color-scheme="slate"] .md-nav__item .md-nav__link--active:hover {
color: #02d3b8 !important;
}

[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a {
color: #000000 !important;
font-weight: bold;
Expand All @@ -61,14 +69,6 @@
color: #000000 !important;
}

[data-md-color-scheme="slate"] .md-typeset a:hover {
color: #02d3b8 !important;
}

[data-md-color-scheme="slate"] .md-nav__item .md-nav__link--active:hover {
color: #02d3b8 !important;
}

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

0 comments on commit 85bd260

Please sign in to comment.