fix(editor): Dark mode switch style fix and other tweaks (no-changelog) (#7599)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Giulio Andreini
2023-11-14 17:13:30 +01:00
committed by GitHub
parent a9c7188c4d
commit f1e7ef0117
10 changed files with 35 additions and 23 deletions

View File

@@ -81,17 +81,13 @@ export default defineComponent({
}
.secondary {
color: var(--color-secondary);
color: var(--color-secondary-link);
&:active {
color: var(--color-secondary-shade-1);
color: var(--color-secondary-link-hover);
}
}
.secondary {
color: var(--color-secondary);
}
.primary-underline {
composes: primary;
text-decoration: underline;