fixed toolbar color in paper theme - fixes #4954

This commit is contained in:
Eugene Pankov
2021-11-20 17:24:09 +01:00
parent 25e4e5e8b4
commit 064bcb31d8

View File

@@ -381,3 +381,8 @@ toggle {
start-page footer {
background: $white !important;
}
.terminal-toolbar {
background: #ffffff4a !important;
border-bottom: 1px solid #00000026 !important;
}