From 50cc8e207737d5aa80e174f76ddbd624efcc4d5b Mon Sep 17 00:00:00 2001 From: steveseguin Date: Wed, 26 Apr 2023 16:42:09 -0400 Subject: [PATCH] more tweaks --- index.html | 6 +++--- main.css | 34 ++++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 43cb375..4ed2fb4 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + @@ -644,8 +644,8 @@
-
For application-specific audio capture, see here
-
For achieving 1080p60 game-capture, see here
+
For application-specific audio capture, see here
+
For achieving 1080p60 game-capture, see here
diff --git a/main.css b/main.css index 132dcfc..68bfd35 100644 --- a/main.css +++ b/main.css @@ -43,11 +43,17 @@ --a-darker-focus: #55cdb8; --a-darker-active: #42a896; - --a-link: #6eb4a8; - --a-visited: #6eb4a8; - --a-hover: #67c0b1; - --a-focus: #67c0b1; - --a-active: #61ada0; + --a-lighter-link: #9ed0e1; + --a-lighter-visited: #9ed0e1; + --a-lighter-hover: #8acee4; + --a-lighter-focus: #8acee4; + --a-lighter-active: #89d5ee; + + --a-link: #144267; + --a-visited: #144267; + --a-hover: #38668c; + --a-focus: #38668c; + --a-active: #0165b5; /* -- Box colors */ --director-box: rgb(165 119 18); @@ -253,6 +259,22 @@ a { color: var(--a-dark-active); } +.infoblob a:link { + color: var(--a-lighter-link); +} +.infoblob a:visited { + color: var(--a-lighter-visited); +} +.infoblob a:hover { + color: var(--a-lighter-hover); +} +.infoblob a:focus { + color: var(--a-lighter-focus); +} +.infoblob a:active { + color: var(--a-lighter-active); +} + .darktheme .infoblob a:link { color: var(--a-darker-link); } @@ -5088,7 +5110,7 @@ input[type='range'] { cursor: pointer; font-weight: bold; margin: 10px 0px 0px 0px; - background-color: rgb(127 154 189); + background-color: #92bbde; } .darktheme #popupSelector {