mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
fix some text being wrong colour
This commit is contained in:
parent
0718b56f59
commit
d8fe9f0c76
5 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@
|
|||
.vc-h3,
|
||||
.vc-h4,
|
||||
.vc-h5 {
|
||||
color: var(--header-secondary);
|
||||
color: var(--header-primary);
|
||||
}
|
||||
|
||||
.vc-h1 {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
.vc-settings-quickActions-pill {
|
||||
all: unset;
|
||||
background: var(--button-secondary-background);
|
||||
color: var(--header-secondary);
|
||||
color: var(--text-default);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5em;
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
}
|
||||
|
||||
.vc-plugins-setting-description {
|
||||
color: var(--header-secondary);
|
||||
color: var(--text-default);
|
||||
}
|
||||
|
||||
.vc-plugins-setting-error {
|
||||
color: var(--text-danger);
|
||||
}
|
||||
}
|
||||
|
|
@ -55,7 +55,7 @@ function FriendsIndicator() {
|
|||
width: "100%",
|
||||
fontSize: "12px",
|
||||
fontWeight: "600",
|
||||
color: "var(--header-secondary)",
|
||||
color: "var(--text-default)",
|
||||
textTransform: "uppercase",
|
||||
textAlign: "center",
|
||||
}}>
|
||||
|
|
@ -79,7 +79,7 @@ function ServersIndicator() {
|
|||
width: "100%",
|
||||
fontSize: "12px",
|
||||
fontWeight: "600",
|
||||
color: "var(--header-secondary)",
|
||||
color: "var(--text-default)",
|
||||
textTransform: "uppercase",
|
||||
textAlign: "center",
|
||||
}}>
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
|
||||
.vc-spotify-comma {
|
||||
color: var(--header-secondary);
|
||||
color: var(--text-default);
|
||||
}
|
||||
|
||||
.vc-spotify-artist[role="link"]:hover,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue