mirror of https://github.com/mpolden/echoip
Fixed footer in dark mode
This commit is contained in:
parent
137e18320d
commit
065a5af8c1
|
@ -40,7 +40,6 @@
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
background: rgb(250, 250, 250) !important;
|
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html, .pure-g [class *= "pure-u"], a {
|
html, .pure-g [class *= "pure-u"], a {
|
||||||
|
@ -54,6 +53,7 @@
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
color: #8e8e8e !important;
|
color: #8e8e8e !important;
|
||||||
|
border-top: 1px solid #313233;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
background: #313233;
|
background: #313233;
|
||||||
|
|
Loading…
Reference in New Issue