summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 19a32ab..3941394 100644
--- a/src/style.css
+++ b/src/style.css
@@ -50,8 +50,15 @@ pre, code, kbd, samp {
pre > code { color: var(--fg); }
:not(pre) > code { white-space: nowrap; }
-pre.js, pre.sh { tab-size: 4; }
-pre.pug, pre.gsp { tab-size: 2; }
+pre.js,
+pre.sh {
+ tab-size: 4;
+}
+pre.gsp,
+pre.pug,
+pre.vue {
+ tab-size: 2;
+}
h1 {
font-size: 1.8rem;
@@ -200,6 +207,11 @@ dl {
.gsp-val { color: var(--aqua); }
.gsp-op { color: var(--lesser); }
+.grab-file { color: #ECABF7; }
+.grab-hl { color: #FF4D51; font-weight: bold; }
+.grab-pos { color: #47B413; }
+.grab-sep { color: #24DFC4; }
+
.article {
display: flex;
justify-content: space-between;
@@ -264,6 +276,7 @@ dl {
abbr.led::before { content: 'Light-Emitting Diode'; }
abbr.nas::before { content: 'Network Attached Storage'; }
abbr.os::before { content: 'Operating System'; }
+ abbr.pcre::before { content: 'Perl Compatible Regular Expression'; }
abbr.pdf::before { content: 'Portable Document Format'; }
abbr.posix::before { content: 'Portable Operating System Interface'; }
abbr.qr::before { content: 'Quick Response'; }