summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorArun Isaac2022-06-22 12:14:13 +0530
committerArun Isaac2022-06-22 12:27:38 +0530
commit3bd4e39033e3fec31b201d73b5a8591bd1e5245e (patch)
tree5856ae126da6546dd11be0cab9603e6e7d1514ca /style.css
parent14ec4f4b94f6f7a6b6dfde52820a260687404cb0 (diff)
downloadgn-gemtext-3bd4e39033e3fec31b201d73b5a8591bd1e5245e.tar.gz
style.css: Style pre tags.
Style pre tags with a background color, border and a slightly larger bold font.
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 8c53834..7168d71 100644
--- a/style.css
+++ b/style.css
@@ -10,6 +10,15 @@ body {
font-size: large;
}
+pre {
+ background-color: lightyellow;
+ font-size: 1.2em;
+ font-weight: bold;
+ border-width: 0.1em;
+ border-style: outset;
+ padding: 0.5em;
+}
+
.tag {
padding: 0.25em 0.4em;
color: white;