style: update Valine comment plugin css

This commit is contained in:
XPoet 2020-04-13 22:28:18 +08:00
parent f6e90459ea
commit c186ac22ac
1 changed files with 30 additions and 43 deletions

View File

@ -28,19 +28,18 @@
} }
.vctrl { .vctrl {
span { .vicon {
color: var(--normal-text-color);
fill: var(--normal-text-color);
&.actived {
fill: var(--primary-color);
}
} }
} }
} }
.vcontrol {
.col-20 a {
display: none;
}
.col-80 {
button.vsubmit { button.vsubmit {
background: transparent !important; background: transparent !important;
color: var(--normal-text-color) !important; color: var(--normal-text-color) !important;
@ -51,8 +50,6 @@
border: 1px solid var(--primary-color) !important; border: 1px solid var(--primary-color) !important;
} }
} }
}
}
} }
@ -66,14 +63,9 @@
} }
} }
.vlist {
.vcard { .vcard {
.vhead { .vhead {
.vnick { .vnick {
&::before {
background: var(--primary-color) !important;
}
color: var(--primary-color); color: var(--primary-color);
} }
@ -90,15 +82,10 @@
} }
} }
} }
}
.info { .vcopy {
.txt-right { color: var(--third-text-color);
//display: none;
}
} }
} }