color palette rework #2
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
h1 {
|
||||
color: red;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,3 +1,3 @@
|
||||
h1 {
|
||||
color: red;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||