mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Change Table Border Color
This commit is contained in:
parent
70d69f04cf
commit
61ac544723
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ th:hover {
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border: 0.125rem solid var(--cl-fg);
|
border: 0.125rem solid var(--cl-bg-el);
|
||||||
}
|
}
|
||||||
th > *{
|
th > *{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue