mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add initial bugfixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user