diff --git a/cmd/api/assets/dark.css b/cmd/api/assets/dark.css new file mode 100644 index 0000000..feec9ef --- /dev/null +++ b/cmd/api/assets/dark.css @@ -0,0 +1,48 @@ +:root { + --primary: #4338ca; + --background: #0d1117; +} + +body { + background-color: var(--background); + color: #c9d1d9; +} + +.box { + border: 1px solid #30363d; + box-shadow: unset; +} + +.help a { + text-decoration: none; +} + +a:hover { + color: var(--primary); + text-decoration: underline; +} + +input, select, button { + background-color: #010409; + border: 1px solid #30363d; + color: #ffffff; +} + +button { + color: #c9d1d9; + background-color: #21262d; + box-shadow: 0 0 transparent, 0 0 transparent; +} + +button:hover, +button:focus { + background-color: #30363d; + border-color: #8b949e; + transition-duration: .1s; +} + +table th { + background: #161b22; + border-bottom: unset; + color: #c9d1d9; +} \ No newline at end of file diff --git a/cmd/api/index.html b/cmd/api/index.html index 650ca17..c5de849 100644 --- a/cmd/api/index.html +++ b/cmd/api/index.html @@ -5,6 +5,7 @@ +
@@ -52,7 +53,7 @@ required pattern="(tcp|udp|tls|https|sdns):\/\/(.*)" />

To use different protocols like DOH, DOT etc. refer to the instructions - here. + here.

@@ -84,7 +85,7 @@ by mrkaran

-

Source Code

+

Source Code