fix: colors in clipboard widget

This commit is contained in:
Franek 2025-05-02 22:15:51 +02:00
parent 8ca95af5b1
commit 1e6cc30ba0

View File

@ -15,10 +15,10 @@
} }
.entry.primary { .entry.primary {
background: $base00; background: $base0C;
&:hover>.content { &:hover>.content {
color: $base0B; color: $base0C;
} }
} }
@ -54,4 +54,4 @@
margin-bottom: 8px; margin-bottom: 8px;
} }
} }
} }