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:
@@ -228,7 +228,7 @@
|
||||
|
||||
#code_area {
|
||||
background-color: <color:code/snippet/background>;
|
||||
color: <color:code/snippet/syntax/normal>;
|
||||
color: <color:code/snippet/syntax/text>;
|
||||
selection-color: <color:code/snippet/selection/text>;
|
||||
selection-background-color: <color:code/snippet/selection/background>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user