projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c66a9
)
Fix background body color
author
Chocobozzz
<me@florianbigard.com>
Fri, 29 Nov 2019 13:23:28 +0000
(14:23 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 29 Nov 2019 13:23:28 +0000
(14:23 +0100)
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index 4fa72232712441172142a999fad5b0973866375e..5386e3bb30f369a7603e42ffbcee98b01276309b 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-35,6
+35,7
@@
body {
font-family: $main-fonts;
font-weight: $font-regular;
color: var(--mainForegroundColor);
+ background-color: var(--mainBackgroundColor);
font-size: 14px;
}