From e106caa15d62518fcf6d79354f08407863ad42e4 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Thu, 19 Jan 2023 13:08:33 +0000
Subject: [PATCH] highlight terminal commands
---
assets/sass/_syntax.sass | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/assets/sass/_syntax.sass b/assets/sass/_syntax.sass
index fafb461..458ed49 100644
--- a/assets/sass/_syntax.sass
+++ b/assets/sass/_syntax.sass
@@ -232,4 +232,13 @@
letter-spacing: 0.1px
z-index: 19
&_expanded &_from
- display: none
\ No newline at end of file
+ display: none
+
+.shell
+ position: relative
+ display: flex
+ align-items: center
+ gap: 0.5rem
+ &::before
+ content: "$"
+ position: relative
\ No newline at end of file
--
Gitblit v1.10.0