|
@@ -185,11 +185,14 @@ img {
|
|
|
.md-typeset .md-content__button {
|
|
|
color: var(--md-default-fg-color--lighter) !important;
|
|
|
}
|
|
|
+.md-icon svg {
|
|
|
+ width: 14px;
|
|
|
+}
|
|
|
|
|
|
/*标题*/
|
|
|
h1, h2, h3, h4, h5, h6, .md-header-nav__title {
|
|
|
font-weight: bold !important;
|
|
|
- color: #273849 !important;
|
|
|
+ color: #273849;
|
|
|
}
|
|
|
.md-typeset h1 {
|
|
|
text-align: center;
|
|
@@ -208,4 +211,20 @@ h2:after {
|
|
|
background-color:#273849;
|
|
|
border-radius: 2px;
|
|
|
margin-right: 1.1em;
|
|
|
+}
|
|
|
+
|
|
|
+/*清单*/
|
|
|
+.md-typeset [type=checkbox]:checked+.task-list-indicator:before {
|
|
|
+ background-color: #43A047;
|
|
|
+}
|
|
|
+.md-typeset .task-list-indicator:before {
|
|
|
+ background-color: #c7c7c7;
|
|
|
+}
|
|
|
+.md-typeset .task-list-control {
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+/*复制图标*/
|
|
|
+.md-clipboard:after {
|
|
|
+ background-color: #4d4d4d;
|
|
|
}
|