aboutsummaryrefslogtreecommitdiffstats
path: root/assets/scss/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/style.scss')
-rw-r--r--assets/scss/style.scss17
1 files changed, 16 insertions, 1 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index c7b70dd..96c9d3b 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -151,7 +151,7 @@ blockquote {
}
p code {
- @extend .bg-black-30, .pa1;
+ @extend .bg-black-30, .ph1, .br2;
}
}
footer {
@@ -186,3 +186,18 @@ footer {
.berkshire-swash {
font-family: "BerkshireSwash-Regular";
}
+
+// TABLES
+table {
+ @extend .w-100, .mw8, .center;
+ tr {
+ @extend .stripe-dark;
+ }
+ th {
+ @extend .w3-theme-l4;
+ }
+ th,
+ td {
+ @extend .ph3, .pv2;
+ }
+}