Added missing semicolon to theme.
This commit is contained in:
parent
578b14331f
commit
1bc305b48e
|
@ -130,7 +130,7 @@
|
||||||
.TridactylStatusIndicator {
|
.TridactylStatusIndicator {
|
||||||
background: var(--tridactyl-bg) !important;
|
background: var(--tridactyl-bg) !important;
|
||||||
border: 1px var(--base0B) solid !important;
|
border: 1px var(--base0B) solid !important;
|
||||||
color: var(--base0B)
|
color: var(--base0B);
|
||||||
border: unset !important;
|
border: unset !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
font-size: 12pt !important;
|
font-size: 12pt !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user