Minor change
fixed issue causing colour of loading spinner to be black
This commit is contained in:
parent
e3c9d733ce
commit
f8a4f695cc
@ -738,11 +738,11 @@ loading svg {
|
|||||||
width: 2.5em;
|
width: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
loading #p1 {
|
loading .p1 {
|
||||||
fill: none;
|
fill: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
loading #p2 {
|
loading .p2 {
|
||||||
fill: var(--accent-color);
|
fill: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user