about summary refs log tree commit diff homepage
path: root/_libs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-10 17:16:39 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-10 17:16:39 +0700
commita58cf8a92e236e256cfac61e80a3495d74bd6d09 (patch)
tree2833ab6f16dca9831d532bcc45db43a07d69a812 /_libs
parent41b4bf3143a5bc3ffa0531b312a6d78f8093bc6d (diff)
downloadsite-a58cf8a92e236e256cfac61e80a3495d74bd6d09.tar.gz
Overhaul style sheets
Diffstat (limited to '_libs')
-rw-r--r--_libs/highlight/github.min.css43
1 files changed, 0 insertions, 43 deletions
diff --git a/_libs/highlight/github.min.css b/_libs/highlight/github.min.css
deleted file mode 100644
index 6bf39bd..0000000
--- a/_libs/highlight/github.min.css
+++ /dev/null
@@ -1,43 +0,0 @@
-.hljs { display: block; font-size: 14px; line-height: 1.45em; overflow-x: auto; padding: 0.5em; color: var(--text-color); background: var(--block-background); }
-
-.hljs-comment,
-.hljs-quote { color: #998; font-style: italic; }
-
-.hljs-keyword,
-.hljs-selector-tag,
-.hljs-subst { color: var(--text-color); font-weight: 700; }
-
-.hljs-literal,
-.hljs-number,
-.hljs-tag .hljs-attr,
-.hljs-template-variable,
-.hljs-variable { color: teal; }
-
-.hljs-doctag,
-.hljs-string { color: #d14; }
-
-.hljs-section,
-.hljs-selector-id,
-.hljs-title { color: #900; font-weight: 700; }
-.hljs-subst { font-weight: 400; }
-
-.hljs-class .hljs-title,
-.hljs-type { color: #458; font-weight: 700; }
-
-.hljs-attribute,
-.hljs-name,
-.hljs-tag { color: navy; font-weight: 400; }
-
-.hljs-link,
-.hljs-regexp { color: #009926; }
-
-.hljs-bullet,
-.hljs-symbol { color: #990073; }
-
-.hljs-built_in,
-.hljs-builtin-name { color: #0086b3; }
-.hljs-meta { color: var(--text-color); font-weight: 700; }
-.hljs-deletion { background: #fdd; }
-.hljs-addition { background: #dfd; }
-.hljs-emphasis { font-style: italic; }
-.hljs-strong { font-weight: 700; }