Forráskód Böngészése

Tweaks css of syntax higlights

Talha Mansoor 11 éve
szülő
commit
0fda7a9dc8
1 módosított fájl, 17 hozzáadás és 0 törlés
  1. 17 0
      static/css/style.css

+ 17 - 0
static/css/style.css

@@ -1,3 +1,20 @@
+/* Syntax Highlight */
+.codehilite pre {
+    background-color:rgb(253,246,227);
+    border-radius:0 5px 5px 0px;
+}
+
+td.code {
+    width:100%;
+}
+
+.linenodiv pre {
+    border-radius:5px 0px 0px 5px;
+    color:rgb(101,123,131);
+    background-color:rgb(238,232,213);
+}
+
+/* Tags */
 .list-of-tags {
     list-style:none;
     margin:0;