You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
608 B
CSS

body {
max-width: 800px ;
margin: auto ;
padding: 0 16px ;
margin-bottom: 500px ;
}
h1 {
text-align: center ;
}
footer {
text-align: center ;
}
img {
max-width: 600px ;
width: 100% ;
margin: auto ;
display: block ;
}
code {
overflow-wrap: break-word ;
color: lime ;
}
li img {
max-width: 1em ;
max-height: 1em ;
display: inline ;
}
@media (prefers-color-scheme: dark) {
body {
background: #151515 ;
color: white ;
}
a {
color: lightblue ;
}
a:visited {
color: gray ;
}
h2 {
color: tomato ;
}
}
@media print {
a[href] {
text-decoration: none ;
color: black ;
}
}