ServerStatus主题首页增加服务器世界分布图功能 (#344)

This commit is contained in:
nap0o
2024-04-08 10:31:28 -04:00
committed by GitHub
parent d38f611d66
commit 8ef5dfb8f8
10 changed files with 230 additions and 10 deletions

View File

@@ -157,3 +157,16 @@ body[theme="dark"] footer p a:hover {
color: #f1f1f1;
text-decoration: none;
}
body[theme="dark"] .modal-content{
background-color: #1c1d26;
color: #f1f1f1;
}
body[theme="dark"] .modal-header{
border-bottom-color:#080808;
}
body[theme="dark"] .modal-header i{
color: #f1f1f1;
}