JunchuanYu commited on
Commit
5de48b5
1 Parent(s): 2200404

Update css_new.css

Browse files
Files changed (1) hide show
  1. css_new.css +2 -2
css_new.css CHANGED
@@ -7,7 +7,7 @@
7
  width: auto !important;
8
  border-bottom-right-radius: 0 !important;
9
  }
10
-
11
  table {
12
  margin: 1em 0;
13
  border-collapse: collapse;
@@ -44,7 +44,7 @@ pre code {
44
  color: #FFF;
45
  box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
46
  }
47
-
48
  .highlight .hll { background-color: #49483e }
49
  .highlight .c { color: #75715e } /* Comment */
50
  .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
 
7
  width: auto !important;
8
  border-bottom-right-radius: 0 !important;
9
  }
10
+ /* 表格 */
11
  table {
12
  margin: 1em 0;
13
  border-collapse: collapse;
 
44
  color: #FFF;
45
  box-shadow: 6px 6px 16px hsla(0, 0%, 0%, 0.2);
46
  }
47
+ /* 代码高亮样式 */
48
  .highlight .hll { background-color: #49483e }
49
  .highlight .c { color: #75715e } /* Comment */
50
  .highlight .err { color: #960050; background-color: #1e0010 } /* Error */