Quellcode durchsuchen

Changes the site title color to black from blue

Muhammad Talha Mansoor vor 12 Jahren
Ursprung
Commit
a13a279503
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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{