Переглянути джерело

Tweaks css of syntax higlights

Talha Mansoor 11 роки тому
батько
коміт
0fda7a9dc8
1 змінених файлів з 17 додано та 0 видалено
  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;