commit 8bb62a160706687a72aaa01119cd4fec151cc7a1
parent 12786b795a3ef8ab575a01eb502b89b462444cea
Author: Silas Brack <silasbrack@gmail.com>
Date: Thu, 30 Apr 2026 17:00:11 +0300
feat: simplify even more (#1)
Reviewed-on: https://git.fnarglebeast.com/silas/website/pulls/1
Co-authored-by: Silas Brack <silasbrack@gmail.com>
Co-committed-by: Silas Brack <silasbrack@gmail.com>
Diffstat:
4 files changed, 4 insertions(+), 97 deletions(-)
diff --git a/index.html b/index.html
@@ -4,9 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
+ <meta name="description" content="Silas' personal website and blog.">
<title>Silas Brack</title>
<link rel="shortcut icon" href="data:,">
- <link rel="stylesheet" href="style.min.css">
+ <style>body{font-family:system-ui,sans-serif;margin:auto;max-width:40em;padding:0 .5em 90vh}</style>
</head>
<body>
diff --git a/posts/birthday.html b/posts/birthday.html
@@ -4,8 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
- <link rel="stylesheet" href="../style.css">
<title>We’re really bad at exponentials</title>
+ <link rel="shortcut icon" href="data:,">
+ <style>body{font-family:system-ui,sans-serif;margin:auto;max-width:40em;padding:0 .5em 90vh}</style>
</head>
<body>
<article>
diff --git a/style.css b/style.css
@@ -1,94 +0,0 @@
-/* CSS Custom Properties */
-:root {
- --font-sans: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
- --font-serif: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
- --font-mono: JetBrains Mono, monospace;
-}
-
-code {
- font-family: var(--font-mono);
- font-size: 0.75rem;
-}
-
-html {
- font-size: clamp(18px, 2.4vw, 20px);
-}
-
-body {
- max-width: 65ch;
- margin: 0 auto;
- padding: 2rem 1rem;
- font-family: var(--font-serif);
-}
-
-h1 {
- font-family: var(--font-sans);
- font-weight: bold;
- font-size: 1.5rem;
- margin-top: 2.5rem;
- margin-bottom: 1.5rem;
- line-height: 1;
-}
-
-h2 {
- font-family: var(--font-sans);
- font-weight: bold;
- font-size: 1.1rem;
-}
-
-h3 {
- font-size: 1.0rem;
-}
-
-p.subtitle {
- font-family: var(--font-sans);
- margin-top: 1rem;
- margin-bottom: 1rem;
- line-height: 1;
-}
-
-main, article {
- padding: 3rem 0;
-}
-
-section {
- padding-top: 1rem;
- padding-bottom: 1rem;
-}
-
-p {
- font-size: 1rem;
- line-height: 1.4rem;
- margin-top: 1.4rem;
- margin-bottom: 1.4rem;
-}
-
-
-img {
- max-width: 100%;
-}
-
-
-/* Tables */
-table{
- border-collapse:collapse;
- border-top:2px solid #333;
- border-bottom:2px solid #333;
-}
-th, td {
- padding:7px 14px;
-}
-thead th{
- font-weight:700;
- border-bottom:1px solid #333;
- text-align:left;
-}
-td{
- border-bottom:1px solid #e5e5e5;
-}
-tbody tr:last-child td{
- border-bottom:0;
-}
-.numeric{
- text-align:right;
-}
diff --git a/style.min.css b/style.min.css
@@ -1 +0,0 @@
-:root{--font-sans:Seravek,'Gill Sans Nova',Ubuntu,Calibri,'DejaVu Sans',source-sans-pro,sans-serif;--font-serif:Charter,'Bitstream Charter','Sitka Text',Cambria,serif;--font-mono:JetBrains Mono,monospace}code{font-family:var(--font-mono);font-size:.75rem}html{font-size:clamp(18px,2.4vw,20px)}body{max-width:65ch;margin:0 auto;padding:2rem 1rem;font-family:var(--font-serif)}h1{font-family:var(--font-sans);font-weight:700;font-size:1.5rem;margin-top:2.5rem;margin-bottom:1.5rem;line-height:1}h2{font-family:var(--font-sans);font-weight:700;font-size:1.1rem}h3{font-size:1rem}p.subtitle{font-family:var(--font-sans);margin-top:1rem;margin-bottom:1rem;line-height:1}main,article{padding:3rem 0}section{padding-top:1rem;padding-bottom:1rem}p{font-size:1rem;line-height:1.4rem;margin-top:1.4rem;margin-bottom:1.4rem}img{max-width:100%}table{border-collapse:collapse;border-top:2px solid #333;border-bottom:2px solid #333}th,td{padding:7px 14px}thead th{font-weight:700;border-bottom:1px solid #333;text-align:left}td{border-bottom:1px solid #e5e5e5}tbody tr:last-child td{border-bottom:0}.numeric{text-align:right}