Sfoglia il codice sorgente

Changes the site title color to black from blue

Muhammad Talha Mansoor 12 anni fa
parent
commit
a13a279503
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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{