diff options
| author | seth <[email protected]> | 2024-05-22 22:00:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 20:45:24 -0600 |
| commit | 8fd8b7e53d59a034706dd7eaad6b608721ce3cdb (patch) | |
| tree | 2ce7e4a8b7eafc9d8550a54aa6d4f34d678d76f5 /src/styles | |
| parent | 329bf8a3384474cfe45ecae142dfb7d97b699aa2 (diff) | |
move to zola
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/src/styles/main.css b/src/styles/main.css deleted file mode 100644 index 89789c2..0000000 --- a/src/styles/main.css +++ /dev/null @@ -1,73 +0,0 @@ -:root { - --background-color: #1e1e2e; - --primary-font: "Noto Sans"; - --regular-text: #cdd6f4; - --blue-text: #89b4fa; - --subtext: #bac2de; - --medium-screen: 768px; -} - -body { - background-color: var(--background-color); - font-family: var(--primary-font), system-ui; - line-height: 1.5rem; - margin-left: auto; - margin-right: auto; - margin-top: 1.25rem; - margin-bottom: 1.25rem; - max-width: var(--medium-screen); - padding: 0.75rem; -} - -h1, -h2, -h3, -h4, -h5, -h6, -strong, -b, -p { - color: var(--regular-text); -} - -a { - text-decoration: underline; - color: var(--blue-text); -} - -video { - width: 100%; - height: auto; - max-width: var(--medium-screen); -} - -footer { - color: var(--subtext); - font-size: 0.75rem; - - text-align: right; -} - -#nav_links { - display: flex; - gap: 0.25rem; -} - -#gifs { - display: none; - flex-direction: row; - flex-wrap: wrap; - gap: 0.5rem; - justify-content: space-evenly; -} - -.blogpost { - font-size: 0.85rem; -} - -@media screen and (min-width: 768px) { - #gifs { - display: flex; - } -} |
