From 0f731b112b2ab447dc2283fcad2ba65a855b9a49 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 27 Jun 2020 20:17:40 +0200 Subject: Started writing about lowbat --- css/site.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/site.css b/css/site.css index 95f37fc..0e6060b 100644 --- a/css/site.css +++ b/css/site.css @@ -95,25 +95,25 @@ a { } a:link { - color: #45a; + color: #23b; background-color: transparent; text-decoration: none; } a:visited { - color: #45a; + color: #23b; background-color: transparent; text-decoration: none; } a:hover { - color: #45a; + color: #23b; background-color: transparent; text-decoration: underline; } a:active { - color: #45a; + color: #23b; background-color: transparent; text-decoration: none; } @@ -196,6 +196,8 @@ div.body-contents ul { div.body-contents code { background-color: #e4e4e4; + color: #24d; + font-size: large; border-radius: 5px; padding: 2px 5px 2px 5px; } -- cgit v1.2.3