Skip to content

Commit ca9ddd2

Browse files
authored
correcting color link (#229)
1 parent 3cc9123 commit ca9ddd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/assets/css/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@
5959
color: #02d3b8 !important;
6060
}
6161

62+
[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a {
63+
color: #000000 !important;
64+
font-weight: bold;
65+
}
66+
67+
[data-md-color-scheme="slate"] .phalcon-blog__sponsors-items a:hover {
68+
color: #000000 !important;
69+
}
70+
6271
/* Releases page table */
6372
.version-th-center, .version-td-center {
6473
text-align: center;

0 commit comments

Comments
 (0)