commit 172125ed5d50cb3b73c1fec93a63a20ec08db928
parent 387d7107ef81e4759dc713fb7bb62f21ae70f629
Author: markseu <mark2011@mayberg.se>
Date: Thu, 1 Sep 2016 21:30:29 +0200
System update (summer remix)
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css
@@ -1,5 +1,5 @@
/* Theme: Flatsite theme */
-/* Version: 0.6.8 */
+/* Version: 0.6.9 */
/* Designer: Mark Mayberg */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
@@ -102,6 +102,13 @@ a, img { border:none; text-decoration:none; }
.navigation-tree ul li ul li { display:block; }
.navigation-tree ul li:hover ul { display:block; }
+/* Syntax highlight */
+
+.highlight .kw1, .highlight .kw2, .highlight .kw3, .highlight .kw4 { color:#b0b; }
+.highlight .st0, .highlight .st_h, .highlight .nu0 { color:#b0b; }
+.highlight .re0, .highlight .re1, .highlight .re2, .highlight .re3, .css .nu0 { color:inherit; }
+.highlight .co1, .highlight .coMULTI, .highlight .sc-1 { color:inherit; }
+
/* Forms and buttons */
.form-control {