mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 18:38:07 +00:00
update border color
This commit is contained in:
parent
d8d428907e
commit
ca69d06e0d
1 changed files with 5 additions and 1 deletions
|
@ -104,7 +104,7 @@ h2 {
|
||||||
td:first-child {
|
td:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:nth-child(-n+3) {
|
td:nth-child(-n+3) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -247,6 +247,10 @@ h2 {
|
||||||
tbody {
|
tbody {
|
||||||
.shadow-box {
|
.shadow-box {
|
||||||
background-color: $dark-bg2;
|
background-color: $dark-bg2;
|
||||||
|
|
||||||
|
td {
|
||||||
|
border-bottom: 1px solid $dark-border-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue