1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Color as list with function

This commit is contained in:
Lucas Vallenet
2023-04-19 15:37:52 +02:00
parent 8aac2ffea6
commit 9a2083d894
11 changed files with 5140 additions and 27 deletions

View File

@@ -73,8 +73,8 @@ body {
}
::selection {
background-color: $selection-background-color;
color: $selection-text-color;
background-color: $color-selection-background;
color: $color-selection-text;
text-shadow: none;
}