Fix color dependencies
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use "color";
|
||||
|
||||
#admin {
|
||||
margin: 1em;
|
||||
|
||||
@@ -6,12 +8,12 @@
|
||||
border-collapse: collapse;
|
||||
tr {
|
||||
th {
|
||||
background: #AAA;
|
||||
color: white;
|
||||
background: color.$default-inv-bg;
|
||||
color: color.$default-inv;
|
||||
padding: 0.2rem 0.5rem;
|
||||
}
|
||||
td {
|
||||
background: #EEE;
|
||||
background: color.$default-bg-light;
|
||||
text-align: center;
|
||||
padding: 0.2rem 0.5rem;
|
||||
|
||||
@@ -25,10 +27,10 @@
|
||||
}
|
||||
|
||||
button {
|
||||
color: #AAA;
|
||||
color: color.$default;
|
||||
background: none;
|
||||
&:hover {
|
||||
color: #666;
|
||||
color: color.$default-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user