chore(lib): refactor libs and update Font Awesome 5.11.2 -> 5.12.1

This commit is contained in:
Dillon
2020-02-24 17:53:08 +08:00
parent 72a2e9bdcf
commit ef88651fe4
164 changed files with 369 additions and 255 deletions

12
assets/lib/valine/Valine.min.js vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
.dark-theme {
// copied from https://github.com/xCss/Valine/issues/221
.v *,
.v .vwrap input,
.v .vwrap input::placeholder,
.v .veditor,
.v .veditor::placeholder,
.v a,
.v a:hover {
color: hsla(0,0%,100%,.75);
opacity: 1;
}
.v .vbtn {
color: hsla(0,0%,100%,.75);
background: #333;
border: none;
}
.v .vbtn:hover {
color: #3090e4;
border-color: #3090e4;
}
.v .vlist .vcard .vhead .vsys {
background: #333;
}
.v code, .v pre {
background: #272C34;
}
}
.v code, .v pre {
text-align: left;
}