Skip to content

Commit 0626af3

Browse files
committed
Timeline: More muted heading links for entries
1 parent 046199e commit 0626af3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pydis_site/static/css/timeline/timeline.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145
flex-grow: 1;
146146
}
147147

148+
/* Don't make the titles show up as the link colors before hover. */
149+
.timeline-content h3 a {
150+
color: inherit;
151+
}
152+
153+
.timeline-content h3 a:hover {
154+
color: #7289DA;
155+
}
156+
148157
@media (min-width: 1023px) {
149158
.timeline-item:nth-child(odd) {
150159
flex-direction: row-reverse;

0 commit comments

Comments
 (0)