added syntax highlighting; modified nav and article fonts; …
This commit is contained in:
parent
bdb3d45d0e
commit
a4e8d08579
6 changed files with 303 additions and 17 deletions
|
@ -36,7 +36,7 @@ header {
|
|||
padding: 20px;
|
||||
transition: background .2s;
|
||||
&:hover {
|
||||
background: rgb(70, 70, 105);
|
||||
background: rgb(70, 70, 105);
|
||||
}
|
||||
img {
|
||||
background: rgb(80, 80, 120);
|
||||
|
@ -48,6 +48,8 @@ header {
|
|||
order: -1;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
margin-top: 0px;
|
||||
}
|
||||
a {
|
||||
|
@ -57,6 +59,7 @@ header {
|
|||
}
|
||||
}
|
||||
.meta {
|
||||
font-size: .8em;
|
||||
margin: 0;
|
||||
}
|
||||
.author {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@import '../partials/main';
|
||||
@import '../partials/nav';
|
||||
@import '../partials/syntax';
|
||||
|
||||
.section-article {
|
||||
article {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue