aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-02-06 12:13:15 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-02-06 12:13:15 +0100
commit6ad15d2e9bfc9be6c33d1db8e228e6a25cc0fd97 (patch)
tree82ad6387a426aa36dfb44dddd047a309e694880e /frontend/scss
parent2350395bdc1afe135141bd8a2d08f63ec3c8d4cb (diff)
feat(frontend): better code displayHEADmain
Diffstat (limited to 'frontend/scss')
-rw-r--r--frontend/scss/general.scss6
-rw-r--r--frontend/scss/main.scss4
2 files changed, 6 insertions, 4 deletions
diff --git a/frontend/scss/general.scss b/frontend/scss/general.scss
index 62dc361..e09fa0d 100644
--- a/frontend/scss/general.scss
+++ b/frontend/scss/general.scss
@@ -162,12 +162,12 @@ code {
font-family: monospace;
font-size: var(--font-size-tiny);
- color: var(--color-gray);
+ color: var(--color-white);
border: var(--color-light) 1px solid;
}
pre {
- border: var(--color-light) 2px solid;
+ border: var(--color-rose) 2px solid;
margin: 0 -1rem var(--margin-base) -1rem;
padding: 0.5rem 1rem;
@@ -176,6 +176,8 @@ pre {
display: block;
max-width: 100%;
+ line-height: 1.5em;
+
padding: 0;
background: none;
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss
index 390112b..629731b 100644
--- a/frontend/scss/main.scss
+++ b/frontend/scss/main.scss
@@ -9,7 +9,8 @@
--color-gray: #bcb3bb; /* quote and legend */
--color-rose: #f2b5d4; /* link accent */
--color-light-rose: hsl(330, 55%, 70%, 0.2); /* link accent hover and highlight */
- --color-black: rgba(0, 0, 0, 0.4); /* pre, code */
+ --color-black: hsl(210, 15%, 5%); /* pre, code */
+ --color-white: #dce4e4; /* pre, code */
--callout-color-background: hsl(210, 10%, 23%);
--callout-color: hsl(210, 14%, 89%);
@@ -20,7 +21,6 @@
--color-gray: #433b42; /* quote and legend */
--color-rose: #a01a5e; /* link accent */
--color-light-rose: hsla(330, 86%, 67%, 0.2); /* link accent hover and highlight */
- --color-black: rgba(0, 0, 0, 0.2); /* pre, code */
--callout-color-background: hsl(210, 14%, 89%);
--callout-color: hsl(210, 10%, 23%);