Commit ed8d8ca328ed2e3bd64978a57c55aaa847b942b6

Thomas de Grivel 2024-11-12T19:18:15

httpd: fx: use github style for colors

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/httpd/fx/assets/css/app.scss b/httpd/fx/assets/css/app.scss
index add58b7..0c375ac 100644
--- a/httpd/fx/assets/css/app.scss
+++ b/httpd/fx/assets/css/app.scss
@@ -14,7 +14,9 @@ $fa-font-path: "../_fonts";
 @import "../node_modules/fontawesome-free/scss/brands.scss";
 @import "../node_modules/fontawesome-free/scss/regular.scss";
 @import "../node_modules/fontawesome-free/scss/solid.scss";
-@import "../node_modules/highlight.js/scss/default.scss";
+
+// @import "../node_modules/highlight.js/scss/default.scss";
+@import "../node_modules/highlight.js/scss/github.scss";
 
 @import "./flash.scss";
 @import "./footer.scss";