diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 3c3f391c625827ca3dc43538e31dd67f2f874dbc (patch) | |
tree | 7617611c6d69435b0754eea7918a495f683e7787 | |
parent | light mode colors (diff) | |
download | w-3c3f391c625827ca3dc43538e31dd67f2f874dbc.tar w-3c3f391c625827ca3dc43538e31dd67f2f874dbc.tar.gz w-3c3f391c625827ca3dc43538e31dd67f2f874dbc.tar.bz2 w-3c3f391c625827ca3dc43538e31dd67f2f874dbc.tar.xz w-3c3f391c625827ca3dc43538e31dd67f2f874dbc.zip |
about page edit and better light mode contrast
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | css/main.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/about.html b/about.html index a5bab27..49fd3d1 100644 --- a/about.html +++ b/about.html @@ -12,7 +12,7 @@ </div><div class="body"> <h2>About</h2> -<p> I built this site for fun but it was also a great excuse to learn html, +<p> I started this website for fun but it was also a great excuse to learn html, css, and git.</p> <h2>Logs</h2> diff --git a/css/main.css b/css/main.css index 1a231d3..899f339 100644 --- a/css/main.css +++ b/css/main.css @@ -70,7 +70,7 @@ img{margin-left:4%} h2{color:#704020} h3{color:#403060} - a{color:#004040} + a{color:#006070} a:hover{color:#000000} .head{color:#555555} |