diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:47:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:47:15 +0100 |
commit | 88bfcada3abb36cb8fa433535cdef9e3f41a1132 (patch) | |
tree | d7eaf72ee1c19cb068bb3fa9b1b9d4dffa47d80d /src/style.css | |
parent | 7bd10f34ca999d52436a85f7a1bfea27e069f485 (diff) |
Add a new blog post complaining about other people
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 5 |
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) { |