1
0
Fork 0
mirror of synced 2024-05-29 17:09:48 +12:00

Added new box style

This commit is contained in:
Eldad Fux 2020-05-08 07:54:51 +03:00
parent ab5e0984d3
commit 114742c92f
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -26,6 +26,10 @@
}
}
&.note {
background: var(--config-note-background);
}
&.focus {
background: var(--config-color-focus);
color: var(--config-color-background-fade);