update border color

This commit is contained in:
LouisLam 2021-08-24 22:27:26 +08:00
parent d8d428907e
commit ca69d06e0d

View file

@ -104,7 +104,7 @@ h2 {
td:first-child {
font-weight: bold;
}
td:nth-child(-n+3) {
text-align: center;
}
@ -247,6 +247,10 @@ h2 {
tbody {
.shadow-box {
background-color: $dark-bg2;
td {
border-bottom: 1px solid $dark-border-color;
}
}
}
}