ソースを参照

Use three digit hex code for color whenever possible

Talha Mansoor 11 年 前
コミット
6e5c696d18
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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 */