From 155b4e12ef194455e47cb4d89052698332d4fa85 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 3 Sep 2019 02:04:11 +0200 Subject: [PATCH] fixed title color --- css/dark.css | 3 ++- css/light.css | 3 ++- css/style.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/dark.css b/css/dark.css index 32ef5fe..29ff3d6 100644 --- a/css/dark.css +++ b/css/dark.css @@ -1,8 +1,9 @@ body { background-color: #34495e; - color: #ecf0f1; } +body, +.title, a { color: #ecf0f1; } diff --git a/css/light.css b/css/light.css index 9cb059b..be2ac4e 100644 --- a/css/light.css +++ b/css/light.css @@ -1,8 +1,9 @@ body { background-color: #eee; - color: #444; } +body, +.title, a { color: #444; } diff --git a/css/style.css b/css/style.css index 2bff0cb..8c13eed 100644 --- a/css/style.css +++ b/css/style.css @@ -59,7 +59,6 @@ td { .title { padding: 0 20px; - color: #eee; text-align: left; } @@ -182,6 +181,7 @@ a.footref { background-color: #1e5b50; text-align: center; box-shadow: 3px 3px 6px rgba(1, 1, 1, .6); + cursor: pointer; } .themeBtn .fas {