aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-17 19:38:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-17 19:51:18 +0300
commit45e93bea0b740ef0604afd85387a4e0fd642b9c0 (patch)
tree80294fb762fc3c59ee44143e25882add58cc4931
parentadd "Edit" & "Download" buttons (diff)
downloadwireguard-config-45e93bea0b740ef0604afd85387a4e0fd642b9c0.tar.gz
wireguard-config-45e93bea0b740ef0604afd85387a4e0fd642b9c0.zip
css: main.css -> pre_overlay.css
So that it doesn't collide with the theme's main.css.
-rw-r--r--assets/css/pre_overlay.css (renamed from assets/css/main.css)0
-rw-r--r--index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/pre_overlay.css
index ef61a26..ef61a26 100644
--- a/assets/css/main.css
+++ b/assets/css/pre_overlay.css
diff --git a/index.html b/index.html
index 0721ad4..995aa0f 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@ navbar:
link: Main
icon: home
custom_css:
- - main.css
+ - pre_overlay.css
custom_js:
# ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160.
# TODO: revert back to using ipaddr.js if it's fixed?