summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 53d9499..842e95d 100644
--- a/src/style.css
+++ b/src/style.css
@@ -187,6 +187,10 @@ dl {
.cnst { color: var(--blue); }
.op { color: var(--lesser); }
+/* Terminal prompt */
+.p { color: #24DFC4; font-weight: bold; }
+.pp { font-weight: bold; }
+
.diff-ins { color: var(--green); }
.diff-del { color: var(--red); }
.diff-loc { color: var(--lesser); }
@@ -274,6 +278,7 @@ dl {
abbr.totp::before { content: 'Time-Based One-Time Password'; }
abbr.uri::before { content: 'Uniform Resource Identifier'; }
abbr.xml::before { content: 'Extensible Markup Language'; }
+ abbr.yaml::before { content: 'YAML Ain’t Markup Language™'; }
}
@media (max-width: 600px) {