Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_partial/_post/_content.scss')
-rw-r--r--assets/sass/_partial/_post/_content.scss22
1 files changed, 2 insertions, 20 deletions
diff --git a/assets/sass/_partial/_post/_content.scss b/assets/sass/_partial/_post/_content.scss
index c7c7177..fe63847 100644
--- a/assets/sass/_partial/_post/_content.scss
+++ b/assets/sass/_partial/_post/_content.scss
@@ -9,6 +9,7 @@
@import 'content/code';
@import 'content/image';
@import 'content/blockquote';
+ @import 'content/table';
@for $i from 1 through 6 {
h#{$i} {
@@ -47,25 +48,6 @@
width: 100%;
}
- > table {
- border: none;
- width: 100%;
-
- td {
- background-color: #F0E4E4;
- border: 3px solid #FFF;
- padding: 5px 15px;
- }
-
- th {
- text-align: left;
- background-color: #A65B5B;
- color: #FFF;
- border: 3px solid #FFF;
- padding: 5px 15px;
- }
- }
-
.post-summary {
margin-bottom: 1em;
}
@@ -107,7 +89,7 @@
padding-left: 1.5rem;
}
- .MJXc-display {
+ .MJXc-display, .katex-display {
overflow-x: auto;
overflow-y: hidden;
}