mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7b447ac5ae
Creating the pages hierarchy for transitioning to Grav
15 lines
251 B
SCSS
15 lines
251 B
SCSS
table {
|
|
border: 1px solid lighten($core-border-color,5%);
|
|
table-layout: auto;
|
|
}
|
|
|
|
th {
|
|
@extend strong;
|
|
background: lighten($core-border-color,10%);
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
td {
|
|
padding: 0.5rem;
|
|
border: 1px solid lighten($core-border-color,5%);
|
|
}
|