add initial bugfixes

This commit is contained in:
Alphons
2023-12-02 17:44:48 +08:00
parent 5d8b3bf04d
commit 4fe759b5bb
6 changed files with 4795 additions and 27 deletions
+31
View File
@@ -65,4 +65,35 @@ table th {
.preamble {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
html, p, div, span {
color: white !important;
background-color: #232323;
}
body {
background-color: #232323;
}
blockquote.forward > .preamble {
color: rgba(255, 255, 255, 0.7) !important;
}
blockquote.forward > .preamble > .date > .value,
blockquote.forward > .preamble > .sender > .value {
color: rgba(255, 255, 255, 0.7) !important;
}
blockquote.forward > .preamble > .date > .label,
blockquote.forward > .preamble > .sender > .label {
color: rgba(255, 255, 255, 0.7) !important;
}
#backgroundTable > * {
background-color: #161616;
border: none;
}
.userHTML>div>a:not(.resource) {
color: #06b4fc;
text-decoration: underline;
transition: text-shadow 0.5s;
}