From 435f45acee2f7ca588c249716b9eeb0337ec938d Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Mon, 25 Sep 2017 17:52:25 +0200 Subject: [PATCH] Update main.css --- static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 0f6f73b..1facb6b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -18,6 +18,10 @@ html { font-size: 14px; line-height: 20px; } +em { + color: #444; +} + a { color: #33b5e5; } a:hover {