fixed title color

This commit is contained in:
Phuntsok Drak-pa 2019-09-03 02:04:11 +02:00
parent d7d0df3fc6
commit 155b4e12ef
3 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,9 @@
body { body {
background-color: #34495e; background-color: #34495e;
color: #ecf0f1;
} }
body,
.title,
a { a {
color: #ecf0f1; color: #ecf0f1;
} }

View File

@ -1,8 +1,9 @@
body { body {
background-color: #eee; background-color: #eee;
color: #444;
} }
body,
.title,
a { a {
color: #444; color: #444;
} }

View File

@ -59,7 +59,6 @@ td {
.title { .title {
padding: 0 20px; padding: 0 20px;
color: #eee;
text-align: left; text-align: left;
} }
@ -182,6 +181,7 @@ a.footref {
background-color: #1e5b50; background-color: #1e5b50;
text-align: center; text-align: center;
box-shadow: 3px 3px 6px rgba(1, 1, 1, .6); box-shadow: 3px 3px 6px rgba(1, 1, 1, .6);
cursor: pointer;
} }
.themeBtn .fas { .themeBtn .fas {