Browse Source

Changes the site title color to black from blue

Muhammad Talha Mansoor 12 years ago
parent
commit
a13a279503
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/custom.css

+ 1 - 1
css/custom.css

@@ -34,7 +34,7 @@ a#siteTitle{
    font-size:3.0em;
    margin:0 0 0 0;
    text-decoration: none;
-   color: #0B1963;
+   color: black;
 }
 
 a#siteTitle:hover{