From 7ce385c7caae6a12dfdc5a9cd29c9bd0b77bd55c Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 6 Jan 2024 15:48:36 +0800 Subject: Dark: Fix colors for bulma cards shadow & borders --- pydis_site/static/css/content/page.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pydis_site/static/css') diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index 239f2809..7721bc98 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -22,6 +22,18 @@ i.has-icon-padding { flex-direction: column; } +[data-theme="dark"] .card.github-card { + border: solid 1px #4E4F51; +} + +[data-theme="dark"] .card-footer { + border-top: solid 1px #4E4F51; +} + +[data-theme="dark"] .card-footer-item:not(:last-child) { + border-right: solid 1px #4E4F51; +} + .card.github-card .card-content { flex: 1; } -- cgit v1.2.3