summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
authorBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-28 07:55:28 -0400
committerBenjamin Sanders <ben@Benjamins-MacBook-Pro.local>2025-08-28 07:55:28 -0400
commit577487a10ddcb0de7facc51510da701902131bbf (patch)
tree6224f0efa1543bd72e3514105d99a3c85ea147d3 /main.css
parentc1c261ec60d2f576ca21942c8fddb6d0a70dcde4 (diff)
Published Reddit Blocks the Internet Archive and changed links to a color that stands out better
Diffstat (limited to 'main.css')
-rw-r--r--main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.css b/main.css
index 5a6ec69..cf902dc 100644
--- a/main.css
+++ b/main.css
@@ -52,7 +52,8 @@ ul.posts a:hover { text-decoration: underline; }
img { width: 100%; }
a {
- color: lightgreen;
+ /* color: lightgreen; */
+ color: #0000EE;
text-decoration: none;
}