mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
several css color fixes
This commit is contained in:
parent
35a996454a
commit
deea889e8d
@ -160,12 +160,8 @@ export default {
|
||||
color: white;
|
||||
}
|
||||
|
||||
main {
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #aaa;
|
||||
font-size: 13px;
|
||||
font-size: 0.85rem;
|
||||
margin-bottom: 30px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -129,7 +129,7 @@ export default {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $highlight-white;
|
||||
background-color: var(--background-sidebar-active);
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user