diff options
author | 2024-01-06 15:48:36 +0800 | |
---|---|---|
committer | 2024-01-06 15:48:36 +0800 | |
commit | 7ce385c7caae6a12dfdc5a9cd29c9bd0b77bd55c (patch) | |
tree | 7eb88b5a4ea40ce2451e383899a9e9d3a37810dd /pydis_site/static/css | |
parent | Dark: Fix all link hover colors (hopefully) everywhere (diff) |
Dark: Fix colors for bulma cards shadow & borders
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/content/page.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; } |