aboutsummaryrefslogtreecommitdiff
path: root/src/style-5.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:26:34 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-02-25 22:26:34 +0100
commit3579773d924c2866f6a1663fc34c4d3694ac1df2 (patch)
tree02219ae11dd94826df7bb1720e307781863a485d /src/style-5.css
parent2656c47ce77f7effcddfdc2abc7d0ba07e920d6a (diff)
downloadsebastiano.tronto.net-3579773d924c2866f6a1663fc34c4d3694ac1df2.tar.gz
sebastiano.tronto.net-3579773d924c2866f6a1663fc34c4d3694ac1df2.zip
CSS: font changes
Diffstat (limited to 'src/style-5.css')
-rw-r--r--src/style-5.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/style-5.css b/src/style-5.css
index 78f0319..81cde7f 100644
--- a/src/style-5.css
+++ b/src/style-5.css
@@ -8,8 +8,10 @@ footer table { font-style: italic; width: 100%; }
8.hosted a, .contact a { font-weight: bold; } 8.hosted a, .contact a { font-weight: bold; }
9 9
10/* Content */ 10/* Content */
11html { margin: 1em auto; max-width: 42em; } 11html { margin: 1em auto; max-width: 42em; font-family: sans-serif }
12h1 { text-align: center; } 12h1 { font-size: 1.8em; text-align: center; }
13h2 { font-size: 1.6em; }
14h3 { font-size: 1.05em; }
13body { margin: auto 8px 20px 8px; } 15body { margin: auto 8px 20px 8px; }
14a { color: #0f2899; text-decoration: none; } 16a { color: #0f2899; text-decoration: none; }
15a:hover { text-decoration: underline; } 17a:hover { text-decoration: underline; }

Generated with cgit - Back to sebastiano.tronto.net