From 88bfcada3abb36cb8fa433535cdef9e3f41a1132 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 18 Nov 2023 23:47:15 +0100 Subject: Add a new blog post complaining about other people --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/style.css') 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) { -- cgit v1.2.3