Skip to content

Commit

Permalink
correcting color link (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell authored Oct 16, 2024
1 parent a0788b3 commit e6a4019
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,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 e6a4019

Please sign in to comment.