Bläddra i källkod

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 år sedan
förälder
incheckning
275a682074
2 ändrade filer med 7 tillägg och 2 borttagningar
  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>