Substitution variables

This commit is contained in:
Darren Burns
2022-02-02 15:49:16 +00:00
parent ac9e3cdfff
commit 65a6b8d261
5 changed files with 140 additions and 34 deletions

View File

@@ -1,8 +1,10 @@
/* CSS file for basic.py */
$primary: #20639b;
App > View {
docks: side=left/1;
text: on #20639b;
text: on $primary;
}
Widget:hover {
@@ -34,7 +36,7 @@ Widget:hover {
}
#content {
text: white on #20639b;
text: white on $primary;
border-bottom: hkey #0f2b41;
}