fix(SW-719): add colors for biroscript

This commit is contained in:
Fredrik Thorsson
2024-11-08 11:48:14 +01:00
parent 30e31413fe
commit 008463c5f4
5 changed files with 60 additions and 20 deletions

View File

@@ -48,49 +48,34 @@
}
.themeOne {
--script-color: var(--Primary-Light-On-Surface-Accent);
background: var(--Primary-Light-Surface-Normal);
}
.themeTwo {
--script-color: var(--Secondary-Light-On-Surface-Accent);
background: var(--Secondary-Light-Surface-Normal);
}
.themeThree {
--script-color: var(--Tertiary-Light-On-Surface-Accent);
background: var(--Tertiary-Light-Surface-Normal);
}
.themePrimaryDark {
--script-color: var(--Primary-Dark-On-Surface-Accent);
background: var(--Primary-Dark-Surface-Normal);
}
.themePrimaryDim {
--script-color: var(--Primary-Dim-On-Surface-Accent);
background: var(--Primary-Dim-Surface-Normal);
}
.themePrimaryInverted {
--script-color: var(--Primary-Light-On-Surface-Accent);
background: var(--Base-Surface-Primary-light-Normal);
}
.themePrimaryStrong {
--script-color: var(--Primary-Strong-On-Surface-Accent);
background: var(--Primary-Strong-Surface-Normal);
}
.themeImage {
--script-color: var(--Base-Text-Inverted);
}
.themeImage .content {
@@ -103,7 +88,6 @@
}
.scriptedTitle {
color: var(--script-color);
padding: var(--Spacing-x1);
margin: 0;
}