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

@@ -131,4 +131,17 @@ body[theme="light"] footer p a,
body[theme="light"] footer p a:hover {
color: #333333;
text-decoration: none;
}
body[theme="light"] .modal-content{
background-color: #ffffff;
color: rgba(0, 0, 0, 0.87);
}
body[theme="light"] .modal-header{
border-bottom-color:#f1f1f1;
}
body[theme="light"] .modal-header i{
color: rgba(0, 0, 0, 0.87);
}