add borders to tables

This commit is contained in:
Roman 2022-05-16 12:46:33 +02:00 committed by GitHub
parent ed6a99dc43
commit ad0a1bfb4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -64,6 +64,10 @@ h4 {
}
}
table td, table th {
border: 1px solid $color;
}
pre {
margin:$baseline 0;
border-radius: 4px;
@ -339,4 +343,4 @@ article {
}
@import "fabric-icons-inline";
@import "search";
@import "search";