From a2851f8ade4f39677386592f856a4dbc72b13a49 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 9 Jan 2021 19:16:39 +0000 Subject: [PATCH] More legible colors. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3633 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- core/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/style.css b/core/style.css index f4de8236..2516b9d9 100644 --- a/core/style.css +++ b/core/style.css @@ -20,6 +20,22 @@ body { margin: 4px; } +a:link { + color: #268bd2; +} + +a:visited { + color: #6c71c4; +} + +a:hover { + color: #859900; +} + +a:active { + color: #2aa198; +} + #logo { vertical-align: middle; }