table styling for future articles
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2d25e1dd3b
commit
d43320e251
2 changed files with 19 additions and 1 deletions
|
@ -182,6 +182,24 @@ body {
|
||||||
list-style-type: "- ";
|
list-style-type: "- ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
|
th {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.2rem 0.5rem;
|
||||||
|
border: $grey-light 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
background-color: $grey-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
background-color: $grey-dark;
|
background-color: $grey-dark;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue