aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 25db91670..ece8411af 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -105,6 +105,7 @@ label {
105 105
106code { 106code {
107 background-color: pvar(--greyBackgroundColor); 107 background-color: pvar(--greyBackgroundColor);
108 color: pvar(--greyForegroundColor);
108 border-radius: 3px; 109 border-radius: 3px;
109 padding: .2em .4em; 110 padding: .2em .4em;
110 margin: auto .4em; 111 margin: auto .4em;
@@ -261,7 +262,7 @@ code {
261 opacity: 0.6; 262 opacity: 0.6;
262 263
263 &.active { 264 &.active {
264 background-color: #f0f0f0; 265 background-color: pvar(--submenuColor);
265 } 266 }
266 267
267 &.active, &:hover, &:active, &:focus { 268 &.active, &:hover, &:active, &:focus {