Merge all writing layouts into a single one
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "Persistence of Vision"
|
||||
date: 2026-04-18T23:26:00-07:00
|
||||
type: spirits
|
||||
type: writing
|
||||
description: "Humid air swirls with colorful spirits."
|
||||
custom_css:
|
||||
- style.scss
|
||||
---
|
||||
|
||||
Humid air swirls with colorful spirits. They trace its invisible currents
|
||||
|
||||
25
content/writing/spirits/style.scss
Normal file
25
content/writing/spirits/style.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
$color-muted-plum: #3d2b3d;
|
||||
$color-ashy-orange: #4a3428;
|
||||
$color-storm: darken(#1e2a3d, 5%);
|
||||
|
||||
html {
|
||||
background-color: $color-storm;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: linear-gradient(
|
||||
180deg,
|
||||
$color-storm 0%,
|
||||
$color-muted-plum 5%,
|
||||
$color-ashy-orange 15%,
|
||||
$color-storm 100%,
|
||||
);
|
||||
}
|
||||
|
||||
code {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
font-family: serif;
|
||||
font-variant-caps: small-caps;
|
||||
}
|
||||
Reference in New Issue
Block a user