1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

extract syntax highlighting styles into a CSS module

This commit is contained in:
2022-01-13 09:04:02 -05:00
parent b51e8a38ce
commit 1a0541776e
10 changed files with 190 additions and 169 deletions

View File

@ -206,14 +206,15 @@ const Previously = () => (
font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", "Inter", sans-serif;
font-weight: 600 !important;
}
header nav a span {
font-size: 1.1em !important;
font-weight: 700 !important;
}
header nav > a span:nth-of-type(2) {
header nav > div:first-of-type span:last-of-type {
font-size: 1.4em !important;
font-weight: 700 !important;
}
header nav div:last-of-type a span {
font-size: 1.1em !important;
font-weight: 700 !important;
line-height: 1.1;
}
main > div > div {
font-size: 1.1em !important;
text-align: center;