summaryrefslogtreecommitdiffstats
path: root/htdocs/css/syntax.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/css/syntax.css')
-rw-r--r--htdocs/css/syntax.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/htdocs/css/syntax.css b/htdocs/css/syntax.css
deleted file mode 100644
index f425178..0000000
--- a/htdocs/css/syntax.css
+++ /dev/null
@@ -1,19 +0,0 @@
-code {
- border: 0.055em solid var(--highlight-color);
- border-radius: 0.5em;
- padding-top: 0.2em;
- padding-bottom: 0.1em;
- padding-left: 0.5em;
- padding-right: 0.5em;
-
- display: inline-block;
- vertical-align: middle;
-
- background-color: #282828;
-}
-
-/* HTML */
-/* Tag */ code[data-lang="html"] .t { color: var(--highlight-color); }
-/* Element */ code[data-lang="html"] .e { color: #9b5712; }
-/* AttributeName */ code[data-lang="html"] .an { color: #91931b; }
-/* AttributeValue */ code[data-lang="html"] .av { color: red; }