diff --git a/Projects.html b/Projects.html index 87d9efe..942f87e 100644 --- a/Projects.html +++ b/Projects.html @@ -20,6 +20,8 @@ + + diff --git a/about.html b/about.html index 61517e6..4256c83 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,8 @@ Codeuino - + + @@ -35,6 +36,7 @@ } ul{ list-style-type: none; + padding-left: 0px; } diff --git a/blog.html b/blog.html index e664102..bea3f5c 100644 --- a/blog.html +++ b/blog.html @@ -26,7 +26,8 @@ - + + diff --git a/contact.html b/contact.html index 4b76c2b..4712e7b 100644 --- a/contact.html +++ b/contact.html @@ -26,7 +26,8 @@ - + + diff --git a/css/style.css b/css/style.css index fc1cf4f..58aa555 100644 --- a/css/style.css +++ b/css/style.css @@ -1738,7 +1738,7 @@ h1, h2, h3, h4, h5, h6, figure { } ul li { - color: #f1f1f1; + color: #bfbfbf; } .social-buttons ul li a i:hover{ @@ -1893,4 +1893,4 @@ input{ line-height: 24px; font-size: 20px; } -} \ No newline at end of file +}