commit c806fd3b363d9d8245153ee55dd880ddbfe93e84
parent 780e6f92eb6687afb02dd3eedaf8d8fd83eb7b28
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Apr 2020 12:14:14 -0500
Change code, pre, and table formatting
Diffstat:
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -10,13 +10,11 @@ img, video {
table {
margin: auto;
}
-th, td, pre {
- padding: 5px;
+td {
+ padding: 2px 5px 1px 5px;
+ border-top: 1px dotted;
}
pre {
overflow-x: auto;
}
-code, kbd {
- font-size: 90%;
-}
{{ partial "css/custom.css" . | safeCSS }}