ui: different background color for code view snippet list to amplify layering
* improved contrasts in dark scheme
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
#code_navigation, #code_container, #code_file_list, #code_file_single {
|
||||
#code_container, #code_file_list {
|
||||
background-color: <color:code/background>;
|
||||
}
|
||||
|
||||
#code_file_single {
|
||||
background-color: <color:code/snippet/background>;
|
||||
}
|
||||
|
||||
#code_navigation {
|
||||
background-color: <color:code/navigation/background>;
|
||||
}
|
||||
|
||||
#code_container, #code_file_list {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#separator_gap {
|
||||
background-color: <color:code/background>;
|
||||
background-color: <color:code/navigation/background>;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user