summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/static')
-rw-r--r--talermerchantdemos/static/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/static/theme.css b/talermerchantdemos/static/theme.css
index 4309198..7f25106 100644
--- a/talermerchantdemos/static/theme.css
+++ b/talermerchantdemos/static/theme.css
@@ -53,7 +53,7 @@
/* Dark Theme Overwrites (UA can choose to enable this selector if it wants) */
@media (prefers-color-scheme: dark) {
/* Modify core colour scheme */
- a:root {
+ :root {
/* Link-related */
--default-link-colour: var(--white);