Skip to content

Instantly share code, notes, and snippets.

@ootput
Created June 25, 2010 14:24
Show Gist options
  • Select an option

  • Save ootput/452911 to your computer and use it in GitHub Desktop.

Select an option

Save ootput/452911 to your computer and use it in GitHub Desktop.
Index: fluffytag.css
===================================================================
--- fluffytag.css (revision 3226)
+++ fluffytag.css (working copy)
@@ -7,11 +7,10 @@
#fluffytag li a {
margin: 0px;
line-height: 34px;
- color: #000;
+ color: #CCCCCC;
}
#fluffytag li a:hover {
- background: #000;
- color: #fff;
+ color: #444444;
}
#fluffytag .step-1 a {
font-size: 1.0em;
@@ -42,4 +41,4 @@
}
#fluffytag .step-10 a {
font-size: 2.8em;
-}
\ No newline at end of file
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment