Make text less transparant for readability

* The text in general went from 0.55 to 0.75
* The non-active navigation went from 0.35 to 0.55
* The non-active :hoover navigation went from 0.55 to 0.75 (which is the same as the active navigation text)
* The text in the footer went from 1.5 to 3.5
stable
Ilja 2020-07-20 13:07:13 +02:00
parent f0f20f28b6
commit ffe6118fda
1 changed files with 4 additions and 4 deletions

View File

@ -115,7 +115,7 @@ input, select, textarea {
/* Type */ /* Type */
body, input, select, textarea { body, input, select, textarea {
color: rgba(255, 255, 255, 0.55); color: rgba(255, 255, 255, 0.75);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: 16.5pt; font-size: 16.5pt;
font-weight: normal; font-weight: normal;
@ -3516,7 +3516,7 @@ input, select, textarea {
#footer > .inner .menu { #footer > .inner .menu {
font-size: 0.8em; font-size: 0.8em;
color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.35);
} }
#header + #wrapper + #footer > .inner { #header + #wrapper + #footer > .inner {
@ -3740,7 +3740,7 @@ input, select, textarea {
-ms-transition: color 0.2s ease; -ms-transition: color 0.2s ease;
transition: color 0.2s ease; transition: color 0.2s ease;
border: 0; border: 0;
color: rgba(255, 255, 255, 0.35); color: rgba(255, 255, 255, 0.55);
display: block; display: block;
font-size: 0.6em; font-size: 0.6em;
font-weight: bold; font-weight: bold;
@ -3780,7 +3780,7 @@ input, select, textarea {
} }
#sidebar nav a:hover { #sidebar nav a:hover {
color: rgba(255, 255, 255, 0.55); color: rgba(255, 255, 255, 0.75);
} }
#sidebar nav a.active { #sidebar nav a.active {