theme updates
This commit is contained in:
parent
21b0373131
commit
fd7a7c3829
1 changed files with 21 additions and 4 deletions
|
@ -31,7 +31,7 @@ header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: serif;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,10 +67,10 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
main article {
|
main article {
|
||||||
min-width: 80vw;
|
min-width: 60vw;
|
||||||
width: 95vw;
|
width: 95vw;
|
||||||
max-width: 60rem;
|
max-width: 60rem;
|
||||||
font-size: 20px;
|
font-size: 24px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ article {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
font-family: sans-serif;
|
||||||
width: 70rem;
|
width: 70rem;
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
@ -110,7 +110,9 @@ article table {}
|
||||||
|
|
||||||
main article h1 {
|
main article h1 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 160%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -151,4 +153,19 @@ td {
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 10px solid var(--theme-accent);
|
border-left: 10px solid var(--theme-accent);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
article code>span {
|
||||||
|
padding: 1rem;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 24px;
|
||||||
|
word-wrap: normal;
|
||||||
|
max-width: 90vw;
|
||||||
|
height: auto;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
word-wrap: normal;
|
||||||
|
white-space: break-spaces;
|
||||||
}
|
}
|
Loading…
Reference in a new issue