diff options
author | 2024-04-06 12:56:32 +0800 | |
---|---|---|
committer | 2024-05-24 12:46:13 +0800 | |
commit | 0626af3afe33a579c42990f90b7f63ea8344a46b (patch) | |
tree | 85353cba0052cb3e4820f0fc3471cfe14cc41a9e /pydis_site/static | |
parent | Timeline: Use pydis blurple as default icon background color (diff) |
Timeline: More muted heading links for entries
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/timeline/timeline.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pydis_site/static/css/timeline/timeline.css b/pydis_site/static/css/timeline/timeline.css index 7f6c4160..a5072998 100644 --- a/pydis_site/static/css/timeline/timeline.css +++ b/pydis_site/static/css/timeline/timeline.css @@ -145,6 +145,15 @@ flex-grow: 1; } +/* Don't make the titles show up as the link colors before hover. */ +.timeline-content h3 a { + color: inherit; +} + +.timeline-content h3 a:hover { + color: #7289DA; +} + @media (min-width: 1023px) { .timeline-item:nth-child(odd) { flex-direction: row-reverse; |