diff options
author | Your Name <you@example.com> | 2025-04-23 20:21:59 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 20:21:59 -0600 |
commit | f913d4ef7a3dbcf4e40489685915e8f0ad92ed67 (patch) | |
tree | adef4070c5633b81db7af77cd518276888bdec21 | |
parent | 7537627f4c32957d7c634bfac804d9a7a693af8b (diff) |
playing with top links
-rw-r--r-- | styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |