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

This commit is contained in:
nap0o
2024-04-08 22:31:28 +08:00
committed by GitHub
parent 5295c4ab56
commit a899f4f3e8
10 changed files with 230 additions and 10 deletions
+13
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);
}