mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
border-block-end: calc(0.5 * var(--step)) solid var(--color-fg);
|
||||||
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
text-align: start;
|
text-align: start;
|
||||||
border-block-end: calc(0.25 * var(--step)) solid;
|
border-block-end: calc(0.25 * var(--step)) solid;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue