mirror of
https://github.com/fatedier/frp.git
synced 2025-06-07 00:08:20 +00:00
6 lines
103 B
CSS
6 lines
103 B
CSS
|
html.dark {
|
||
|
--el-bg-color: #343432;
|
||
|
--el-fill-color-blank: #343432;
|
||
|
background-color: #343432;
|
||
|
}
|