ソースを参照

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>