From 602d55d01c3d3d30f9d1708423f28a3d79dd67fe Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 13 Apr 2021 02:09:23 +0200 Subject: Move website to gnu-tools-website repo --- website/static/css/code.css | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 website/static/css/code.css (limited to 'website/static/css/code.css') diff --git a/website/static/css/code.css b/website/static/css/code.css deleted file mode 100644 index c308845..0000000 --- a/website/static/css/code.css +++ /dev/null @@ -1,33 +0,0 @@ -/* Syntax highlighting code, by David Thompson, borrowed - from: - https://git.dthompson.us/blog.git/blob_plain/refs/heads/haunt-migration:/css/dthompson.css - David Thompson gives permission for this to be GPLv3+ and CC BY-SA 4.0 - - Modified significantly since. -*/ - - -.syntax-special, .syntax-element { - color: #856; - font-weight: bold; -} - -.syntax-symbol { - color: #423; -} - -.syntax-string { - color: #484; -} - -.syntax-keyword, .syntax-attribute { - color: #921; -} - -.syntax-comment { - color: #666; -} - -.syntax-open, .syntax-close { - color: #688; -} -- cgit v1.2.1