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