update style
This commit is contained in:
@ -4,34 +4,6 @@ $heading-color: rgb(255, 182, 193);
|
||||
$link-color: rgb(252, 169, 184);
|
||||
$inl-code-color: rgb(165, 214, 255);
|
||||
|
||||
@font-face {
|
||||
font-family: TeXGyreCursor;
|
||||
src: url('../fonts/texgyrecursor-regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TeXGyreCursor;
|
||||
src: url('../fonts/texgyrecursor-bold.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TeXGyreCursor;
|
||||
src: url('../fonts/texgyrecursor-italic.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: TeXGyreCursor;
|
||||
src: url('../fonts/texgyrecursor-bolditalic.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
@ -76,6 +48,10 @@ body {
|
||||
padding-top: 5vh;
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 1.5rem;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -95,6 +71,10 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li {
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
.article {
|
||||
p, li {
|
||||
a {
|
||||
@ -102,6 +82,10 @@ a {
|
||||
text-decoration: underline;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #a5d6ff;
|
||||
}
|
||||
}
|
||||
|
||||
picture img, p img {
|
||||
@ -114,11 +98,6 @@ a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p code {
|
||||
font-size: 1.5rem;
|
||||
color: #a5d6ff;
|
||||
}
|
||||
|
||||
.header-link {
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user