diff options
| author | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-08-28 07:55:28 -0400 |
|---|---|---|
| committer | Benjamin Sanders <ben@Benjamins-MacBook-Pro.local> | 2025-08-28 07:55:28 -0400 |
| commit | 577487a10ddcb0de7facc51510da701902131bbf (patch) | |
| tree | 6224f0efa1543bd72e3514105d99a3c85ea147d3 /_site/main.css | |
| parent | c1c261ec60d2f576ca21942c8fddb6d0a70dcde4 (diff) | |
Published Reddit Blocks the Internet Archive and changed links to a color that stands out better
Diffstat (limited to '_site/main.css')
| -rw-r--r-- | _site/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_site/main.css b/_site/main.css index 5a6ec69..cf902dc 100644 --- a/_site/main.css +++ b/_site/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; } |
