Skip to content

Commit 3c92f66

Browse files
committed
When hovering titles, make them light, not black.
1 parent 4dfde7f commit 3c92f66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pydis_site/static/css/resources/resources.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ i.is-primary {
119119
filter: brightness(115%);
120120
}
121121

122+
/* When hovering title anchors, just make the color a lighter primary, not black. */
123+
.resource-box a:hover {
124+
filter: brightness(120%);
125+
color: #7289DA;
126+
}
127+
122128

123129
/* Set default display to inline-flex, for centering. */
124130
span.filter-box-tag {

0 commit comments

Comments
 (0)