mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
14 lines
230 B
SCSS
14 lines
230 B
SCSS
.table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
.table td, th {
|
|
padding: var(--padding-small);
|
|
border: 1px solid var(--secondary-muted-color);
|
|
text-align: left;
|
|
}
|
|
|
|
.table th {
|
|
background: var(--secondary-color);
|
|
}
|