Browse Source

Use three digit hex code for color whenever possible

Talha Mansoor 11 years ago
parent
commit
6e5c696d18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/elegant.css

+ 1 - 1
static/css/elegant.css

@@ -1,5 +1,5 @@
 /* Solarized Light Theme for code snippets */
-.hll { background-color: #ffffcc }
+.hll { background-color: #ffc }
 .c { color: #93a1a1; font-style: italic } /* Comment */
 .err { color: #dc322f } /* Error */
 .g { color: #657b83 } /* Generic */