Options screen link color

main
Bob Mottram 2020-12-20 14:40:43 +00:00
parent beb1442a2d
commit b10cd7486a
2 changed files with 12 additions and 9 deletions

View File

@ -4,8 +4,8 @@
--options-bg-color: #282c37; --options-bg-color: #282c37;
--options-link-bg-color: transparent; --options-link-bg-color: transparent;
--options-fg-color: #dddddd; --options-fg-color: #dddddd;
--main-link-color: #999; --options-main-link-color: #999;
--main-visited-color: #888; --options-main-visited-color: #888;
--border-color: #505050; --border-color: #505050;
--font-size-header: 18px; --font-size-header: 18px;
--font-color-header: #ccc; --font-color-header: #ccc;
@ -34,7 +34,7 @@
--follow-text-entry-width: 90%; --follow-text-entry-width: 90%;
--focus-color: white; --focus-color: white;
--petname-width-chars: 16ch; --petname-width-chars: 16ch;
--main-link-color-hover: #bbb; --options-main-link-color-hover: #bbb;
} }
@font-face { @font-face {
@ -73,25 +73,25 @@ a, u {
} }
a:visited{ a:visited{
color: var(--main-visited-color); color: var(--options-main-visited-color);
background: var(--options-link-bg-color); background: var(--options-link-bg-color);
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
} }
a:link { a:link {
color: var(--main-link-color); color: var(--options-main-link-color);
background: var(--options-link-bg-color); background: var(--options-link-bg-color);
font-weight: normal; font-weight: normal;
text-decoration: none; text-decoration: none;
} }
a:link:hover { a:link:hover {
color: var(--main-link-color-hover); color: var(--options-main-link-color-hover);
} }
a:visited:hover { a:visited:hover {
color: var(--main-link-color-hover); color: var(--options-main-link-color-hover);
} }
a:focus { a:focus {
@ -116,12 +116,12 @@ a:focus {
.imText { .imText {
font-size: var(--font-size4); font-size: var(--font-size4);
color: var(--main-link-color); color: var(--options-main-link-color);
} }
.pgp { .pgp {
font-size: var(--font-size5); font-size: var(--font-size5);
color: var(--main-link-color); color: var(--options-main-link-color);
background: var(--options-link-bg-color); background: var(--options-link-bg-color);
} }

View File

@ -1,5 +1,6 @@
{ {
"today-circle": "#03a494", "today-circle": "#03a494",
"options-main-link-color-hover": "white",
"main-link-color-hover": "blue", "main-link-color-hover": "blue",
"font-size-newswire-mobile": "32px", "font-size-newswire-mobile": "32px",
"newswire-date-color": "#00a594", "newswire-date-color": "#00a594",
@ -58,8 +59,10 @@
"border-width": "1px", "border-width": "1px",
"border-width-header": "1px", "border-width-header": "1px",
"main-link-color": "darkblue", "main-link-color": "darkblue",
"options-main-link-color": "lightgrey",
"title-color": "#2a2c37", "title-color": "#2a2c37",
"main-visited-color": "#232c37", "main-visited-color": "#232c37",
"options-main-visited-color": "#ccc",
"text-entry-foreground": "#111", "text-entry-foreground": "#111",
"text-entry-background": "white", "text-entry-background": "white",
"font-color-header": "black", "font-color-header": "black",