summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbrose <me@librelife.org>2026-03-01 17:22:43 -0500
committerAmbrose <me@librelife.org>2026-03-01 17:22:43 -0500
commit87707d10403cf3bdcc6fcc6169078f21956415d9 (patch)
treec614f7fd306d0f6fe7566e397fdc47be9549776b
parentf5a7d806e3504c820db4f4c19ab599b4ea23a72d (diff)
Copied simple CSS from RMS' page
-rw-r--r--styles.css21
1 files changed, 21 insertions, 0 deletions
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;
+}