commit: 77ad07d80d85f244a57a432697d41f5e6db25ba2
parent: fbf852963826d1e6372b7eb031e3b8c10e076ab5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 31 Jul 2018 22:52:27 +0200
about.css,about.html: Add styling to /about
Copied from the style of lanodan.eu
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/about.css b/about.css
@@ -0,0 +1,33 @@
+:root {
+ font-family: serif;
+ text-rendering: optimizelegibility;
+ font-kerning: normal;
+}
+main {
+ margin: 0 auto;
+ max-width: 90em;
+ display: table;
+}
+code { font-family: monospace; }
+
+h1,h2,h3,h4,h5,h6 {
+ font-family: sans;
+ font-kerning: auto;
+}
+
+h1,h2 {
+ display: table;
+ padding: 0.25ex 0.5em;
+}
+
+h1::before,h2::before,h3::before,h4::before,h5::before,h6::before {
+ display: none;
+}
+
+@media print {
+ a::before { content: "[" attr(href) "]("; }
+ a::after { content: ")"; }
+ a::before, a::after {
+ font-family: monospace;
+ }
+}+
\ No newline at end of file
diff --git a/about.html b/about.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>Instance Policy — Queer Hacktivism</title>
+ <link rel="stylesheet" href="about.css"/>
</head>
<body>
<main>