Change Table Border Color

This commit is contained in:
Samuel Lorch 2023-04-02 01:15:04 +02:00
parent 70d69f04cf
commit 61ac544723

View file

@ -42,7 +42,7 @@ th:hover {
}
th, td {
padding: 0.5rem;
border: 0.125rem solid var(--cl-fg);
border: 0.125rem solid var(--cl-bg-el);
}
th > *{
justify-content: center;