diff options
| author | Kleidi Bujari <mail@4kb.net> | 2024-12-18 20:17:41 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2024-12-18 20:20:52 -0500 |
| commit | b847b87823dfd7e1b7870c67ea32199bc607f852 (patch) | |
| tree | 54a2923544e0bb765a3218e8c40c793f952ca421 /mod/web/blog/static/style.css | |
| parent | eb13a9a552f9e50a66faba985521ba8e3483c447 (diff) | |
| download | depot-b847b87823dfd7e1b7870c67ea32199bc607f852.tar.gz depot-b847b87823dfd7e1b7870c67ea32199bc607f852.tar.bz2 depot-b847b87823dfd7e1b7870c67ea32199bc607f852.zip | |
Enable github actions
Moved personal blog to be built in this tree. Also enables github
actions to host the site on pages.
Diffstat (limited to 'mod/web/blog/static/style.css')
| -rw-r--r-- | mod/web/blog/static/style.css | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/mod/web/blog/static/style.css b/mod/web/blog/static/style.css deleted file mode 100644 index fdfd692..0000000 --- a/mod/web/blog/static/style.css +++ /dev/null @@ -1,85 +0,0 @@ -:root { - --bg: #181616; - --fg: #c5c9c5; - --link: #76946a; - --linkhover: #98bb6c; -} - -html { - scroll-behavior: smooth; - color-scheme: dark; -} - -body { - font-family: serif; - padding: 0 0.75em; - max-width: 42em; - margin: auto; - background: var(--bg); - color: var(--fg); -} - -p { - line-height: 1.3em; -} - -th, -td { - padding: 0.2em 0.4em; - border: thin solid; -} - -table { - border: thin solid; - border-collapse: collapse; -} - -article { - padding-top: 1em; -} - -footer { - margin: 3em auto; - text-align: center; -} - -a, -a:link { - color: var(--link); -} - -a:hover { - color: var(--linkhover); -} - -a[href^="http"]:where(:not([href*="4kb.net/"]))::after { - content: " \21e2"; -} - -article img { - display: block; - margin: 0 auto; - max-width: 80%; - height: auto; - object-fit: contain; -} - -nav { - margin-top: 1em; - display: flex; - justify-content: space-between; - align-items: center; - font-family: monospace; - font-weight: bold; - gap: 8px; -} - -nav div { - display: flex; - gap: 10px; -} - -pre { - padding: 1em; - overflow-x: scroll; -} |
