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.
@@ -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 {
@@ -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>