This commit is contained in:
kyodev 2017-09-25 09:10:17 +02:00
parent 603e319928
commit 5475b61258
3 changed files with 10 additions and 2 deletions

View File

View File

@ -7,6 +7,9 @@ body {
body > .container {
min-height: 400px;
}
ul {
padding-left: 20px;
}
ul.nav .main {
font-weight: bold;
}
@ -112,7 +115,7 @@ code.hljs {
background: #fff; /* confirmation */
}
code.text {
background: #eee; /* pre code text ```text */
background: #f1f1f1; /* pre code text ```text */
}
a code {
color: #2FA4E7;
@ -296,13 +299,18 @@ a {
a:visited {
color: hsl(200,80%,25%);
}
blockquote {
padding: 10px;
border: 3px solid #eee;
background-color: #fafafa;
}
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%) );
background-image: linear-gradient( hsl(200,80%,45%), hsl(200,80%,25%) );
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,