- add maia badge - got answer from fediring's admins - add warrant canaray - use the keyoxide pgp key instead - add "last updated" field at the bottom of the page - citrons.xyz is unresponsive, hide johnvertisement
46 lines
552 B
CSS
46 lines
552 B
CSS
html {
|
|
font-family: sans-serif;
|
|
|
|
color: var(--fg);
|
|
background: var(--bg_h);
|
|
}
|
|
|
|
a {
|
|
color: var(--blue-dim);
|
|
}
|
|
|
|
a:visited {
|
|
color: var(--purple-dim);
|
|
}
|
|
|
|
code {
|
|
color: var(--yellow);
|
|
}
|
|
|
|
blockquote {
|
|
border-left: 3px solid var(--bg1);
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.badge {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.fg4 {
|
|
color: var(--fg4);
|
|
}
|
|
|
|
@media only screen and (min-width: 800px) {
|
|
body {
|
|
margin-left: 10vw;
|
|
margin-right: 10vw;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1100px) {
|
|
body {
|
|
margin-left: 20vw;
|
|
margin-right: 20vw;
|
|
}
|
|
}
|