commit 0d7810de5b6e8928b682e9b83e554e1c6b8b5f7c
parent 6a2544437abcddad66e7443b26d3350fccc09c9e
Author: ugrnm <ultrageranium@bleu255.com>
Date: Sun, 5 Jul 2026 17:48:48 +0200
local css file clean up
Diffstat:
| M | local.css | | | 36 | ++++++++++++++++++------------------ |
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/local.css b/local.css
@@ -2,6 +2,9 @@ body {
margin: 40px auto;
max-width: 41em;
padding: 0 10px;
+ font-size: 1rem;
+ font-family: Ubuntu,"Trebuchet MS","Droid Sans","Liberation Sans",sans-serif;
+ line-height: 1.4;
}
code {
@@ -15,42 +18,39 @@ pre {
color: #EE4AFE;
}
-a {
- text-decoration: none;
-}
-
-.bottom_menu {
- display: block;
- margin-top: 1em;
-}
-
-.last_edit {
- font-style: italic;
-}
-
-body {
- font-size: 1rem;
- font-family: Ubuntu,"Trebuchet MS","Droid Sans","Liberation Sans",sans-serif;
- line-height: 1.4;
-}
h1,h2,h3,h4,h5,h6 {
font-family: sans-serif;
// letter-spacing: 0.5px;
}
+
h1 {
margin-bottom: 0em;
font-size: 2.0rem;
}
+
h2 {
margin-top: 0;
font-size: 1.5rem;
}
+
a {
color: #584AFE;
+ text-decoration: none;
}
+
a:visited {
color: #453AC7;
}
+
div.header, header.header {
font-size: 2.5em;
}
+
+.bottom_menu {
+ display: block;
+ margin-top: 1em;
+}
+
+.last_edit {
+ font-style: italic;
+}