fixed title color
This commit is contained in:
parent
d7d0df3fc6
commit
155b4e12ef
@ -1,8 +1,9 @@
|
||||
body {
|
||||
background-color: #34495e;
|
||||
color: #ecf0f1;
|
||||
}
|
||||
|
||||
body,
|
||||
.title,
|
||||
a {
|
||||
color: #ecf0f1;
|
||||
}
|
||||
|
@ -1,8 +1,9 @@
|
||||
body {
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
body,
|
||||
.title,
|
||||
a {
|
||||
color: #444;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user