Procházet zdrojové kódy

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 před 13 roky
rodič
revize
275a682074
2 změnil soubory, kde provedl 7 přidání a 2 odebrání
  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>