summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-23 20:21:59 -0600
committerYour Name <you@example.com>2025-04-23 20:21:59 -0600
commitf913d4ef7a3dbcf4e40489685915e8f0ad92ed67 (patch)
treeadef4070c5633b81db7af77cd518276888bdec21
parent7537627f4c32957d7c634bfac804d9a7a693af8b (diff)
playing with top links
-rw-r--r--styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index e64687e..19782f6 100644
--- a/styles.css
+++ b/styles.css
@@ -25,13 +25,13 @@ p {
/* width: 800px; /\* change to your preferences *\/ */
/* white-space: wrap; /\* paragraph to one line *\/ */
/* overflow:hidden; /\* older browsers *\/ */
- font-size: 18px;
}
a:link {
color: #fe8019;
background-color: transparent;
text-decoration: none;
+ font-size: 18px;
}
a:visited {