aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar hedy <[email protected]>2024-03-19 16:59:38 +0800
committerGravatar hedy <[email protected]>2024-03-19 16:59:38 +0800
commitab51aa627f800dcdb7a6def5438b473b61fae996 (patch)
treedc2c1fd61587f9f6a6b6e2edf0763b985de976ed /pydis_site/static
parentTimeline: Use Bulma has-background-primary class for PyDis logo (diff)
Timeline: Use an accentuated grey border for icons
The grey was there as a placeholder before this.
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/home/timeline.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css
index cfdc6012..514d6906 100644
--- a/pydis_site/static/css/home/timeline.css
+++ b/pydis_site/static/css/home/timeline.css
@@ -9,7 +9,7 @@
[data-theme="dark"] {
--background-color: #2C2F33;
--accent: hsl(0, 0%, 34%);
- --icon-border-color: grey;
+ --icon-border-color: hsl(0, 0%, 50%);
--content-background-color: #23272A;
}