瀏覽代碼

Changes the color of the site title

I have removed the syntax highlighting style to single color.
The syntax highlighting is not working anyway. Lets make it one
single color for simplicity.
Muhammad Talha Mansoor 12 年之前
父節點
當前提交
275a682074
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 6 1
      css/custom.css
  2. 1 1
      index.html

+ 6 - 1
css/custom.css

@@ -29,11 +29,16 @@ body {
    padding-bottom: 2em;
 }
 
-#siteTitle{
+a#siteTitle{
    font-family:Consolas, monospace, "Courier New";
    font-size:3.0em;
    margin:0 0 0 0;
    text-decoration: none;
+   color: #0B1963;
+}
+
+a#siteTitle:hover{
+   color: #610B0B;
 }
 
 #siteTagline {

+ 1 - 1
index.html

@@ -71,7 +71,7 @@
   <div class="container">
     <div class="row pageForeground">
       <div class="pre_2 col_10 siteBanner">
-        <a id="siteTitle" href="http://www.google.com"><span style="color:#000000;">onCrash=</span><span style="color:#610B0B;">"reboot()"</span></a>
+        <a id="siteTitle" href="http://www.google.com">onCrash="reboot()"</a>
         <h4 id="siteTagline">You can, you should, and if you're brave enough to
           start, you will.
 	</h4>