Change all instances of "color" in my theme variables to be "colour"
This commit is contained in:
parent
f05311d7c8
commit
13619b6a09
5 changed files with 27 additions and 27 deletions
|
|
@ -75,7 +75,7 @@
|
|||
padding: 6px 6px 4px;
|
||||
margin-bottom: 2px;
|
||||
background: var(--item-list-header-background);
|
||||
color: var(--item-list-header-color);
|
||||
color: var(--item-list-header-colour);
|
||||
}
|
||||
|
||||
.item-list {
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
|
||||
.item {
|
||||
background: var(--item-card-background);
|
||||
color: var(--item-card-color);
|
||||
color: var(--item-card-colour);
|
||||
overflow: hidden;
|
||||
margin-bottom: 0;
|
||||
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
align-items: center;
|
||||
gap: 8px;
|
||||
background: var(--item-card-header-background);
|
||||
color: var(--item-card-header-color);
|
||||
color: var(--item-card-header-colour);
|
||||
padding: 4px;
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue