1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-20 09:56:48 +02:00
This commit is contained in:
Henrik Hautakoski 2022-09-07 12:20:38 +02:00
parent 3249c891a6
commit c24a6b095a
12 changed files with 603 additions and 21 deletions

View file

@ -0,0 +1,32 @@
.markdown-body {
h1,h2,h3,h4,h5,h6 {
padding-top: .4em;
padding-bottom: .4em;
}
h1,h2 {
border-bottom: solid 1px $border-gray-light;
}
code {
background: $gray-200;
padding: .2em .4em;
border-radius: $border-radius;
}
table {
width: 100%;
border-collapse: collapse;
th, td {
border: solid 1px $border-gray-light;
padding: .4em .8em;
}
tr:nth-child(even) > td {
background: $gray-100;
}
}
}