and moar
[www.git] / style.css
old mode 100755 (executable)
new mode 100644 (file)
index 08b3bc9..cb4d456
--- a/style.css
+++ b/style.css
@@ -35,42 +35,36 @@ code
 }
 
 h1
-{
-  font-size: 1.7em;
-  font-weight: bold;
-}
-
-h2
 {
   font-size: 1.6em;
   font-weight: bold;
 }
 
-h3
+h2
 {
   font-size: 1.5em;
   font-weight: bold;
 }
 
-h4
+h3
 {
   font-size: 1.4em;
   font-weight: bold;
 }
 
-h5
+h4
 {
   font-size: 1.3em;
   font-weight: bold;
 }
 
-h6
+h5
 {
   font-size: 1.2em;
   font-weight: bold;
 }
 
-h7
+h6
 {
   font-size: 1.1em;
   font-weight: bold;
@@ -121,8 +115,8 @@ strong
 #navigation
 {
   background-color: #181818;
-  border: 3px solid #404040;
-  color: #b0b0b0;
+  border: 3px solid #606018;
+  color: #d0d060;
   padding: 0.3em;
   position: absolute;
   right: 20px;
@@ -133,12 +127,12 @@ strong
 
 #navigation a:link,#navigation a:visited
 {
-  color: #e07000;
+  color: #d0d040;
 }
 
 #navigation a:active,#navigation a:hover
 {
-  color: #f07800;
+  color: #e0e045;
 }
 
 #navigation ul