diff options
-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} |