remove the git category

that's enough web dev for a few years
This commit is contained in:
Squibid 2025-11-15 15:24:17 -05:00
parent 33a7bfdee5
commit c47cfb0a27
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 67 additions and 80 deletions

View file

@ -35,15 +35,15 @@
html, body {
max-height: 100%;
background-color: var(--site-bg);
max-width: 80ch;
max-width: 80ch;
margin: auto;
}
@media (orientation: portrait) {
html, body {
max-width: 100% !important;
padding: 5px !important;
}
html, body {
max-width: 100% !important;
padding: 5px !important;
}
}
#font, p, ul, ol, h1, h2, h3, h4, h5, table {
@ -51,20 +51,14 @@ html, body {
color: white;
}
pre {
color: white;
color: white;
}
h1 {
font-size: 3em;
}
iframe[src="/blog"] {
width: 100%;
border: none;
}
table#bloglist {
width: 100%;
td.date {
text-align: right;
}
td.date { text-align: right; }
}
a {
font-family: sans-serif;