diff options
| author | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-21 21:14:12 -0500 |
| commit | ba76e77d935998e4b128053dcc61d2ed4884cdda (patch) | |
| tree | 5464dccd475404b509f048f4525193a8ff36a715 /heaven/heaven.css | |
| parent | 6e3a7252608197b6571a56c9b07be09f254e8bae (diff) | |
zola migration
Diffstat (limited to 'heaven/heaven.css')
| -rw-r--r-- | heaven/heaven.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/heaven/heaven.css b/heaven/heaven.css deleted file mode 100644 index 5968745..0000000 --- a/heaven/heaven.css +++ /dev/null @@ -1,24 +0,0 @@ -html { - background: url("bg.jpg"); - background-attachment: fixed; - background-size: cover; - image-rendering: pixelated; -} - -#heavenly-host { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - z-index: -999; - background-image: url("angel.gif"); - background-size: 128px 128px; - opacity: 0.25; - --pan: 128px -128px; - animation: pan linear 3s infinite; -} - -.section { - background-color: rgba(from var(--bg-yellow) r g b / 0.5); -} |
