mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-04 17:37:26 +00:00
css: table headers
This commit is contained in:
parent
7402fc7ab4
commit
98e04edb96
1 changed files with 4 additions and 0 deletions
|
|
@ -128,6 +128,10 @@ table {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
thead {
|
||||
border-block-end: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: start;
|
||||
border-block-end: calc(0.25 * var(--step)) solid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue