Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/source/pages/scss/_html.scss

46 lines
496 B
SCSS

body {
font-family: Inter, sans-serif;
}
li,
p {
line-height: 1.25;
margin-bottom: 0.5rem;
}
code,
pre {
font-family: Hasklig, monospace;
font-size: 90%;
padding: 0 0.5rem;
}
ul {
list-style-type: symbols(cyclic '~');
margin-left: 2rem;
> li {
&::marker {
font-weight: bolder;
}
&:last-child {
margin-bottom: 0;
}
}
}
table {
border-collapse: collapse;
width: 100%;
}
th {
padding: 1rem;
text-align: left;
}
td {
padding: 1rem;
}