mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-04 20:32:35 +02:00
several css color fixes
This commit is contained in:
parent
35a996454a
commit
deea889e8d
2 changed files with 2 additions and 6 deletions
|
@ -160,12 +160,8 @@ export default {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
color: #aaa;
|
font-size: 0.85rem;
|
||||||
font-size: 13px;
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $highlight-white;
|
background-color: var(--background-sidebar-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
Loading…
Add table
Reference in a new issue