From 87707d10403cf3bdcc6fcc6169078f21956415d9 Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 1 Mar 2026 17:22:43 -0500 Subject: Copied simple CSS from RMS' page --- styles.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 styles.css diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..a1cabe4 --- /dev/null +++ b/styles.css @@ -0,0 +1,21 @@ +body { + color: #000000; + background-color: #FFFFFF; +} + +a:link:hover { + color: #9932CC; +} + +h3 a { + text-decoration: none; +} + +a:link:hover, a:visited:hover { + font-style: italic; + text-shadow: 2px 2px 9px #f44; +} + +h1.title { + text-align: center; +} -- cgit v1.2.3