chore(lib): refactor libs and update Font Awesome 5.11.2 -> 5.12.1
This commit is contained in:
12
assets/lib/valine/Valine.min.js
vendored
Executable file
12
assets/lib/valine/Valine.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
32
assets/lib/valine/dark.scss
Normal file
32
assets/lib/valine/dark.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user