aboutsummaryrefslogtreecommitdiffhomepage
path: root/ayu-highlight.css
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2022-08-23 19:48:10 +0000
committerjohannst <johannst@users.noreply.github.com>2022-08-23 19:48:10 +0000
commit25b609d0c70d49dd62479ce03578704e62712bd8 (patch)
treef9c761f5c72ded4cf9c31bad9f15109cf810b55c /ayu-highlight.css
parentf647a8c45dda58078c86a96c68ae00ea1c69a222 (diff)
downloadnotes-25b609d0c70d49dd62479ce03578704e62712bd8.tar.gz
notes-25b609d0c70d49dd62479ce03578704e62712bd8.zip
deploy: 6f6fef7bb61712038220a7607447d38689ad6978
Diffstat (limited to 'ayu-highlight.css')
-rw-r--r--ayu-highlight.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/ayu-highlight.css b/ayu-highlight.css
index 128e016..32c9432 100644
--- a/ayu-highlight.css
+++ b/ayu-highlight.css
@@ -8,12 +8,10 @@ Original by Dempfi (https://github.com/dempfi/ayu)
overflow-x: auto;
background: #191f26;
color: #e6e1cf;
- padding: 0.5em;
}
.hljs-comment,
-.hljs-quote,
-.hljs-meta {
+.hljs-quote {
color: #5c6773;
font-style: italic;
}
@@ -30,6 +28,7 @@ Original by Dempfi (https://github.com/dempfi/ayu)
}
.hljs-number,
+.hljs-meta,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,