diff options
Diffstat (limited to 'userContent/reproducible/coreboot')
-rw-r--r-- | userContent/reproducible/coreboot/landing_style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/userContent/reproducible/coreboot/landing_style.css b/userContent/reproducible/coreboot/landing_style.css index d85838b3..921898f1 100644 --- a/userContent/reproducible/coreboot/landing_style.css +++ b/userContent/reproducible/coreboot/landing_style.css @@ -79,7 +79,7 @@ body { } a { - color: #24890d; + color: #0088cc; text-decoration: none; } @@ -94,9 +94,14 @@ a:active { a:active, a:hover { - color: #41a62a; + color: #0088cc; +} + +a:visited { + color: green; } + h1, h2, h3, |