diff options
| author | 2024-01-28 16:18:51 +0800 | |
|---|---|---|
| committer | 2024-01-28 16:18:51 +0800 | |
| commit | 78668be2dcc902ee52e85693c56977b0cc925fe4 (patch) | |
| tree | 1e2436414311aa02155f2e8e4d2b04e220f0bc5c /pydis_site/static/css | |
| parent | Dark: Darken nav, hero, hero waves, button, body backgrounds (diff) | |
Dark: Fix timeline icon borders
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/home/timeline.css | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index d4e445f7..d42bbfc0 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -3496,6 +3496,10 @@ mark {      box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05)  } +[data-theme="dark"] .cd-timeline__img { +    box-shadow: 0 0 0 4px var(--cd-color-2), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05) +} +  .cd-timeline__img i {      font-size: 1.5em;      color: white;  |