This commit is contained in:
kyodev 2017-07-08 20:51:48 +02:00
parent 5125205699
commit 84ed07eda6
1 changed files with 11 additions and 6 deletions

View File

@ -290,6 +290,17 @@ h6:hover .headerlink{
border-radius: 6px 0 6px 6px;
}
/* mods kyopages */
a {
color: hsl(200,80%,45%);
}
a:visited {
color: hsl(200,80%,25%);
}
blockquote p {
font-size: 14px;
font-weight: unset;
line-height: 1.35;
}
.navbar-default {
background-image: linear-gradient( hsl(200,80%,45%), hsl(200,80%,25%) );
}
@ -305,12 +316,6 @@ background-image: linear-gradient( hsl(200,80%,45%), hsl(200,80%,25%) );
background-color: #178acc;
background-color: hsl(200,80%,45%);
}
a {
color: hsl(200,80%,45%);
}
a:visited {
color: hsl(200,80%,25%);
}
.well {
min-height: 0px;
}