Add EditorLabel

This commit is contained in:
Ian Gulliver
2019-07-10 04:09:54 +00:00
parent 9202ab2001
commit 56ff0d1201
6 changed files with 157 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
--node: #091d2a;
--group: #092a17;
--link: #331400;
--label: #330025;
--text: #ffffff;
--placeholder: rgba(255,255,255,0.2);
--outline: #323434;
@@ -89,6 +90,12 @@ body {
.editor li.link {
background-color: var(--link);
}
.editor li.label {
background-color: var(--label);
}
.editor li:focus {
border-left: 10px solid var(--focus) !important;
}