custumize table style

This commit is contained in:
piharpi
2020-04-02 19:56:17 +07:00
parent fc70b0feaa
commit 442e9f8c99
3 changed files with 26 additions and 9 deletions

View File

@@ -12,6 +12,20 @@ body[data-theme="dark"] {
color: $dark-white;
}
// Table
table {
thead {
color: $dark-white;
border-color: $dark-light;
}
th,
td,
tr {
border-color: $dark-light;
}
}
// Post
.page-content {
a {