File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 transition : background-color $transition-quick ;
1212 // TODO: add default bg color for themed pages var(--color--accent) once color themes BE is ready
1313
14+ @include high-contrast-text-decoration ();
15+
1416 @include reduced-motion () {
1517 transition : none ;
1618 }
Original file line number Diff line number Diff line change 3232 flex-basis : calc (33.33% - ($spacer-mini-plus * 2 / 3 ));
3333 }
3434
35+ @include high-contrast-mode () {
36+ border : 1px solid var (--color--text );
37+ }
38+
3539 & --theme-coral {
3640 background-color : var (--color--coral-charity );
3741
Original file line number Diff line number Diff line change 385385 @include focus-style ();
386386 }
387387
388+ @include high-contrast-text-decoration ();
389+ }
390+
391+ @mixin high-contrast-text-decoration () {
388392 @include high-contrast-mode () {
389393 text-decoration : underline ;
390394 text-decoration-thickness : $link-underline-thickness ;
You can’t perform that action at this time.
0 commit comments