personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

commit 40c705b5d8b958a64eebef74d13b23e47ee03598
parent 595e43d7bdd8e95ee5323874a16055e478cf6967
Author: Wim Dupont <wim@wimdupont.com>
Date:   Mon,  9 Jan 2023 19:12:16 +0100

css color update


Former-commit-id: 8efdfaabf8f1da2d13bfa0c82fe2205e8e53a69e
Diffstat:
Msrc/main/resources/static/css/main.css | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css @@ -1,6 +1,6 @@ body { - background: linear-gradient(black, #2d2a29) fixed; - color: lightgrey; + background: linear-gradient(black, #000d1a) fixed; + color: #e8e8e8; margin-bottom: 100px ; font-family: sans-serif; } @@ -8,6 +8,7 @@ body { header { text-align: center; margin: 40px; + color: #cb8a1e; } nav { @@ -43,7 +44,7 @@ tr { } tr:hover { - background-color: #624d46; + background-color: #000033; } img { @@ -62,7 +63,7 @@ a:hover { /* == classes == */ .subheader { - color: orange; + color: #f4a460; text-align: center; margin: 30px; }