mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
e2fe10db17
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
47 lines
524 B
CSS
47 lines
524 B
CSS
*,
|
|
*::before,
|
|
*::after {
|
|
color: whitesmoke;
|
|
background-color: black;
|
|
line-height: 1.5;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
li {
|
|
padding: 0.2em;
|
|
}
|
|
|
|
*:not(h1) {
|
|
font-size: 1.08em;
|
|
}
|
|
|
|
ul {
|
|
margin: 1em;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 2em;
|
|
}
|
|
|
|
body {
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
padding: 2em;
|
|
}
|
|
|
|
a {
|
|
color: #b1b4c0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:focus,
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
blockquote,
|
|
blockquote * {
|
|
line-height: 1;
|
|
text-align: center;
|
|
}
|