revises the SCSS styles

This commit is contained in:
Huy Tran 2018-07-24 10:08:48 +10:00
parent fcc4481017
commit adfeaa7e76
6 changed files with 33 additions and 28 deletions

View file

@ -59,16 +59,15 @@ blockquote {
kbd {
font-family: $root-font-family;
padding: .1em .6em;
border: 1px solid $gray-2;
padding: 2px 7px;
border: 1px solid $gray-4;
font-size: 0.8em;
line-height: 1.4;
background-color: #fafbfc;
background-color: #f3f3f3;
color: $gray-9;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px $white inset;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 2px $white inset;
border-radius: 3px;
display: inline-block;
margin: 0 .1em;
text-shadow: 0 1px 0 $white;
white-space: nowrap;
}

View file

@ -105,3 +105,10 @@
font-size: .9rem;
}
}
.menu {
background-color: #f3f3f3;
color: #333;
border-radius: 2px;
padding: 1px 5px;
}

View file

@ -8,10 +8,10 @@
color: $gray-1;
border: none;
&:hover {
@include link-no-decoration();
color: $link-color;
}
&:focus {
@include link-no-decoration();
color: $link-color;
}
}
.sidebar-about {

View file

@ -32,7 +32,7 @@ $large-font-size: 20px;
// https://www.client9.com/css-system-font-stack-monospace-v2
$code-font-family: "SF-Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Roboto Mono", "Ubuntu Mono", "Courier New", Courier, monospace;
$code-font-size: .9rem;
$code-font-size: .85rem;
$code-fence-font-size: .7rem;
$code-color: #bf616a;
$code-background-color: #f9f2f4;