-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flytter dm-variabler inn til theme, header #2272
Conversation
366ce69
to
68c8867
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
packages/ffe-header/less/theme.less
Outdated
--ffe-v-usernav-link-hover-background-color: var(--ffe-farge-frost-30); | ||
--ffe-v-usernav-link-focus-background-color: var(--ffe-farge-frost-30); | ||
--ffe-v-usernav-list-border-color: var(--ffe-farge-vann); | ||
--ffe-v-logout-button-label-color-text: var(--ffe-farge-vann-30); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Det her var fra meg ja. Brannslukkning bare :)
1d6ab52
to
2f34704
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
1251661
to
20e5e13
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-2272.westeurope.2.azurestaticapps.net |
Ifbm. semantiske verdier flytter vi varibler som har med darkmode ut.
Dette er for header.
Header var fra før av ganske lite darkmode-vennlig. Det er gjort noen justeringer for å få bedre kontraster, men det gjenstår fortsatt et arbeid med å få darkmode til å se bra ut.
Styling av linker i component-overview på (https://sparebank1.github.io/designsystem/) overskriver her noe av stilen i darkmode, @pethel skal se på om vi finner en løsning som fungerer for begge.
fixes #2235