summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-07-16 10:36:48 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-07-16 10:36:48 +0800
commitd45f20b404899e4f4d4e9a2c005fd951589b5499 (patch)
tree4dc30f0db9fb5bb1f30cf411d17e607d83fb35c2
parent9a76b450ac016f238bffe9c6d8624e23e95d8f28 (diff)
chore: beautify code style of rouge table
-rw-r--r--_sass/yat/_base.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/_sass/yat/_base.scss b/_sass/yat/_base.scss
index 956cd4e..f3223fd 100644
--- a/_sass/yat/_base.scss
+++ b/_sass/yat/_base.scss
@@ -188,6 +188,15 @@ pre {
background-color: transparent;
border: 0;
}
+
+ table, pre {
+ margin-bottom: 0;
+
+ .gutter, .code {
+ padding: 6px;
+ border: none;
+ }
+ }
}