summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/CSS/MySet.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/CSS/MySet.css b/common/CSS/MySet.css
index c40e588..aa6121b 100644
--- a/common/CSS/MySet.css
+++ b/common/CSS/MySet.css
@@ -1,6 +1,6 @@
1/* 以下部分为自行开发 */ 1/* 以下部分为自行开发 */
2.wall{ 2.wall {
3 width:100%; 3 width: 100%;
4} 4}
5 5
6a { 6a {
@@ -112,10 +112,10 @@ a {
112 padding: 10px; 112 padding: 10px;
113 margin: 10px; 113 margin: 10px;
114 border-radius: 50px; 114 border-radius: 50px;
115 font-family: "PT Serif", 'Times New Roman', Times, serif;
115} 116}
116 117
117/* .markmap.mindmap { 118/* class=katex-html的元素禁止展示 */
118 border: 1px solid #000; 119.katex-html {
119 padding: 10px; 120 display: none;
120 margin: 10px; 121} \ No newline at end of file
121} */ \ No newline at end of file