We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb31ca commit 93f98ceCopy full SHA for 93f98ce
1 file changed
src/components/VencordSettings/addonCard.css
@@ -12,7 +12,7 @@
12
}
13
14
.visual-refresh .vc-addon-card {
15
- background-color: var(--button-secondary-background);
+ background-color: var(--card-primary-bg);
16
border: 1px solid var(--border-subtle);
17
18
@@ -27,7 +27,8 @@
27
28
29
.visual-refresh .vc-addon-card:hover {
30
- background-color: var(--button-secondary-background-hover);
+ /* same as non-hover, here to overwrite the non-refresh hover background */
31
32
33
34
.vc-addon-header {
@@ -103,4 +104,4 @@
103
104
.vc-addon-title:hover {
105
overflow: visible;
106
animation: vc-addon-title var(--duration) linear infinite;
-}
107
+}
0 commit comments