mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-06 19:18:46 +00:00
Add dark mode
This commit is contained in:
parent
8607f16212
commit
3c6653a77b
15 changed files with 124 additions and 23 deletions
|
@ -99,8 +99,8 @@
|
|||
}
|
||||
|
||||
.status-action a:hover,
|
||||
.status-action a:hover i {
|
||||
opacity: 0.8;
|
||||
.status-action input:hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.status-action a.status-time {
|
||||
|
@ -442,3 +442,29 @@
|
|||
z-index: 3;
|
||||
margin: 0 8px 0 8px;
|
||||
}
|
||||
|
||||
.dark {
|
||||
background-color: #222222;
|
||||
background-image: none;
|
||||
color: #eaeaea;
|
||||
}
|
||||
|
||||
.dark a {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
.dark .status-action a {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.dark #post-content {
|
||||
background-color: #333333;
|
||||
border: 1px solid #444444;
|
||||
color: #eaeaea;
|
||||
}
|
||||
|
||||
.dark #reply-popup,
|
||||
.dark #reply-to-popup {
|
||||
background-color: #222222;
|
||||
border-color: #444444;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue