aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--css/main.css10
-rw-r--r--index.html2
2 files changed, 10 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index 69b6dec..b4ab474 100644
--- a/css/main.css
+++ b/css/main.css
@@ -4,7 +4,7 @@
body {
background-color: rgb(51,51,51);
- background-image: radial-gradient(rgba(80, 40, 0, 0.75), black 120%), repeating-linear-gradient(
+ background-image: radial-gradient(rgba(100, 50, 0, 0.75), black 120%), repeating-linear-gradient(
rgba(0,0,0,0.75),
rgba(0,0,0,0.75) 2px,
transparent 2px,
@@ -136,6 +136,14 @@ label {
}
/*==========================
+ ALERTS
+==========================*/
+
+.alert-warning a:hover {
+ color: #856404
+}
+
+/*==========================
NAV TABS
==========================*/
diff --git a/index.html b/index.html
index 30b1792..22cbb16 100644
--- a/index.html
+++ b/index.html
@@ -177,7 +177,7 @@
<div id="insecureWarning" class="alert alert-warning alert-dismissible fade show mt-3" role="alert">
<strong>Warning:</strong> You have loaded this page over <strong>http</strong>, which means that this may not be secure, especially if you are using public or untrusted networks.
<br>If you can only access your Plex server via http, then please continue with caution.
- <br>However, if you can access your Plex server via <strong>https</strong>, then I recommend reloading this site over https by <a href="https://www.pastatool.com">clicking here</a>.
+ <br>However, if you can access your Plex server via <strong>https</strong>, then I recommend reloading this site over https by <strong><a href="https://www.pastatool.com">clicking here</a></strong>.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>