web/frpc&frps: support dark mode (#3327)

This commit is contained in:
fatedier
2023-02-22 14:15:21 +08:00
committed by GitHub
parent 2f59e967a0
commit 31f40aa913
19 changed files with 224 additions and 127 deletions

View File

@ -173,10 +173,10 @@ fetchData()
<style>
.source {
border: 1px solid #eaeefb;
border-radius: 4px;
transition: 0.2s;
padding: 24px;
padding-left: 24px;
padding-right: 24px;
}
.server_info {