summaryrefslogtreecommitdiffstats
path: root/htdocs/css/syntax.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-09 08:07:03 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-09 08:07:03 -0500
commit2ad28cbbfb4287164e7877923291bb18519688fc (patch)
tree7a7dac539d2085cb72cd357246620f7f2021f5e8 /htdocs/css/syntax.css
parentebf4af075b194229dd1cf3163b1e3cec1f1d3a0d (diff)
downloadsamanthony.xyz-2ad28cbbfb4287164e7877923291bb18519688fc.zip
replace repo contents with revamped site
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; }