💄 (table) simplify tables ui

This commit is contained in:
Julien Calixte
2021-05-09 10:45:47 +02:00
parent 6a5e7a9d63
commit 13876123cb
2 changed files with 11 additions and 1 deletions

View File

@@ -155,6 +155,16 @@ $header-height: 40px;
color: var(--font-color);
}
table {
color: var(--font-color);
background-color: var(--background-color);
thead {
th {
color: var(--font-color);
}
}
}
blockquote {
background-color: var(--background-color);
}