This commit is contained in:
Moravčík, Marian 2020-02-27 20:12:11 +01:00
parent ae46a0fc49
commit a0c159e099
3 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ a.link:hover, a.link:focus {
color: #ce2829; }
.page-wrapper {
background: white;
background: #f5f7fa;
padding-bottom: 60px; }
.overlay {

File diff suppressed because one or more lines are too long

View File

@ -17,7 +17,7 @@ $topbar: #ce2829;
$themecolor-alt: #252833;
$sidebar: #3a3f51;
$swhite: #e1e2e3;
$bodycolor: white;
$bodycolor: #f5f7fa;
body {
font-family: $bodyfont;