diff options
author | 2024-05-24 13:06:51 +0800 | |
---|---|---|
committer | 2024-05-24 13:06:51 +0800 | |
commit | e3c697f68cae63ea61dece3f0b74bbc4f16400e6 (patch) | |
tree | 9860652678ab7282856f9a608d4dcab680170c5a /pydis_site/static | |
parent | Timeline: Start a new paragraph for the @Directors (DWIM) (diff) |
Timeline: Fix CSS comment
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/timeline/timeline.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/timeline/timeline.css b/pydis_site/static/css/timeline/timeline.css index a5072998..1970383f 100644 --- a/pydis_site/static/css/timeline/timeline.css +++ b/pydis_site/static/css/timeline/timeline.css @@ -145,7 +145,7 @@ flex-grow: 1; } -/* Don't make the titles show up as the link colors before hover. */ +/* Don't make the titles show up as link colors before hover. */ .timeline-content h3 a { color: inherit; } |