separate scss color vars for bar elements (1) (#327)

This commit is contained in:
end-4
2024-03-14 12:06:33 +07:00
parent ee7fdc9ab4
commit d3761d1d0d
7 changed files with 191 additions and 123 deletions
+4
View File
@@ -50,6 +50,10 @@
color: $onSurfaceVariant;
}
.txt-onLayer1 {
color: $onLayer1;
}
.txt-shadow {
text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.69);
margin: 10px;