From 361681714bca5e7caf6153e73b2abeff4021ffbb Mon Sep 17 00:00:00 2001 From: mattpass Date: Sun, 22 Nov 2020 15:10:24 +0000 Subject: [PATCH] Torres theme tweak --- assets/css/theme/2019-torres-digital-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/theme/2019-torres-digital-theme.css b/assets/css/theme/2019-torres-digital-theme.css index d0869dd..79fc3e5 100644 --- a/assets/css/theme/2019-torres-digital-theme.css +++ b/assets/css/theme/2019-torres-digital-theme.css @@ -37,7 +37,7 @@ This theme is licensed under the GPL. Use it to make something cool, have fun, a .cm-s-2019-torres-digital-theme span.cm-comment { color: #616163; } .cm-s-2019-torres-digital-theme span.cm-string { color: #F8019E; } .cm-s-2019-torres-digital-theme span.cm-meta { color: #F1FD31; font-weight: bold; } -.cm-s-2019-torres-digital-theme span.cm-qualifier { color: #FFF700; } +.cm-s-2019-torres-digital-theme span.cm-qualifier { color: #FFF700; font-weight: 600; } .cm-s-2019-torres-digital-theme span.cm-builtin { color: #F8A901; } .cm-s-2019-torres-digital-theme span.cm-bracket { color: #cc7; } .cm-s-2019-torres-digital-theme span.cm-tag { color: #FFBD40; }