diff options
author | Ciaran Gallagher <[email protected]> | 2020-03-26 14:57:39 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2020-03-26 14:57:39 +0000 |
commit | f7aeb2ef08768333666389f5ca8f65eebb0af4f5 (patch) | |
tree | d7ca2db553f0dbb930fe73d42d9265c9538b8238 | |
parent | b4ce4368a83c9b9b078d5eb0593269d2189da93d (diff) | |
download | pasta-f7aeb2ef08768333666389f5ca8f65eebb0af4f5.tar.gz pasta-f7aeb2ef08768333666389f5ca8f65eebb0af4f5.zip |
more style changes
-rw-r--r-- | css/main.css | 10 | ||||
-rw-r--r-- | index.html | 2 |
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 ==========================*/ @@ -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">×</span> </button> |