logic: color scheme fixes (#821)

* fixed issues where color scheme entries were missing
* removed color scheme entries for nodes and edges that do not exist anymore
This commit is contained in:
Malte Langkabel
2019-12-03 14:46:11 +01:00
committed by GitHub
parent 136f3b5eff
commit 00bf7ebda6
10 changed files with 52 additions and 63 deletions
@@ -24,5 +24,5 @@
background-color: <color:code/snippet/background>;
border-bottom: 1px solid <color:code/file/background>;
padding: 3px;
color: <color:code/snippet/syntax/normal>;
color: <color:code/snippet/syntax/text>;
}