summaryrefslogtreecommitdiff
path: root/_sass/_highlights.scss
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2025-03-14 13:56:27 +0200
committerdmlunar <root@lunar.sh>2025-08-08 16:16:49 +0200
commit994b347557ccf03af0cd910d8ba50d127b7a61dd (patch)
tree9ece6c3e1b6bf5477737df137df0536b0c8e9559 /_sass/_highlights.scss
downloadjournal.lunar.sh-main.tar.gz
journal.lunar.sh-main.zip
journal: initial commitHEADmain
initial commit.
Diffstat (limited to '_sass/_highlights.scss')
-rw-r--r--_sass/_highlights.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss
new file mode 100644
index 0000000..3066f5f
--- /dev/null
+++ b/_sass/_highlights.scss
@@ -0,0 +1,33 @@
+@import "variables";
+
+div.highlight {
+ overflow: unset;
+ margin-bottom: 5px;
+ color: #2b2b2b;
+}
+
+pre.highlight{
+ max-width: 100%;
+ line-height: 1.5;
+ background: #e7e7e7;
+}
+
+code {
+ font-family: "JetBrains Mono";
+ font-size: 13px;
+ font-weight: 400;
+ position: relative;
+ font-variant-ligatures: none;
+}
+
+code img {
+ margin: 0px;
+}
+
+code.language-plaintext {
+ padding: 0.4px 5px;
+ padding-bottom: 0;
+ background: #e3e6e8;
+ border: 1px solid #e3e6e8;
+ font-size: 12px;
+}