update style

This commit is contained in:
2022-11-20 15:21:42 +00:00
parent ba7e37f133
commit 6556924670
3 changed files with 22 additions and 42 deletions

View File

@ -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;