mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Improves the CSS
This commit is contained in:
parent
db5fd02737
commit
2032f6037e
31
htmgem.css
31
htmgem.css
@ -6,14 +6,13 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
max-width: 920px;
|
||||
margin: 0 auto;
|
||||
padding: 1rem 2rem;
|
||||
max-width: 1024px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
h1,h2,h3{
|
||||
@ -48,12 +47,12 @@ li:not(:last-child) {
|
||||
}
|
||||
|
||||
a {
|
||||
color:#66f;
|
||||
color:#820;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #802200;
|
||||
color: #868;
|
||||
}
|
||||
|
||||
pre {
|
||||
@ -63,6 +62,24 @@ pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
body {
|
||||
margin: 2em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 3.5em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 3em;
|
||||
}
|
||||
p, pre {
|
||||
font-size: 2.6em;
|
||||
}
|
||||
}
|
||||
|
||||
@media(prefers-color-scheme:dark) {
|
||||
html {
|
||||
background-color: #111;
|
||||
|
Loading…
Reference in New Issue
Block a user