improvement: restore global styling

This commit is contained in:
Kazhnuz 2019-10-17 15:52:38 +02:00
parent f4d918796f
commit 8458794a0f
5 changed files with 3 additions and 22 deletions

View File

@ -249,11 +249,6 @@ body {
color: #073642;
font-weight: 300;
}
body, body #wrapper {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(255, 255, 255, 0) 1px);
background-repeat: repeat-y;
background-size: 100% 1.5rem;
}
.night-mode {
color: #eee8d5;
@ -577,11 +572,8 @@ mark {
/* ------------------ HEADERS ------------------- */
#page-header {
background: #2aa198 url("../img/background.png") center bottom repeat-x;
height: 22.5rem;
height: 15rem;
border-top: 6px solid #073642;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(255, 255, 255, 0) 1px);
background-repeat: repeat-y;
background-size: 100% 1.5em;
}
#page-header .columns {
max-width: 1024px;

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -32,14 +32,9 @@
#page-header {
background: $color-turquoise url('../img/background.png') center bottom repeat-x;
height:15*1.5rem;
height:10*1.5rem;
border-top: 6px solid $color-dark2;
@include limitedSize();
background-image: linear-gradient(to bottom, rgba(0,0,0,0.25) 0, rgba(255, 255, 255, 0) 1px);
background-repeat: repeat-y;
background-size: 100% 1.5em;
}
header h1 {

View File

@ -27,12 +27,6 @@ body {
line-height: $base_lineheight;
color: $color-font;
font-weight: 300;
&, #wrapper {
background-image: linear-gradient(to bottom, rgba(0,0,0,0.25) 0, rgba(255, 255, 255, 0) 1px);
background-repeat: repeat-y;
background-size: 100% 1.5rem;
}
}
.night-mode {