diff options
author | axtloss <axtlos@disroot.org> | 2024-12-24 19:25:48 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-12-24 20:04:59 +0100 |
commit | e46cb88d3763a64e97557b2db2f9b74ae7627555 (patch) | |
tree | 9c00ad1e59f4fdc36e050d9329eb7cfdeb0588d2 /src/routes/styles.scss | |
parent | c19fb8828e1dfdd4ce548269ff7cf08de96adf95 (diff) | |
download | website-e46cb88d3763a64e97557b2db2f9b74ae7627555.tar.gz website-e46cb88d3763a64e97557b2db2f9b74ae7627555.tar.bz2 |
new website dropped
Diffstat (limited to '')
-rw-r--r-- | src/routes/styles.scss | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/routes/styles.scss b/src/routes/styles.scss deleted file mode 100644 index d932800..0000000 --- a/src/routes/styles.scss +++ /dev/null @@ -1,48 +0,0 @@ -@import "@fontsource-variable/inter"; - -body { - font-family: - 'Inter Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, - Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - font-size: 1.2em; - color: #150129; -} - -h1 { - width: 100%; - font-size-adjust: 0.7; - margin-bottom: 2px; -} - -page { - display: flex; - flex-direction: column; - align-items: center; - - width: 100%; - height: 0; - padding: 0 0 calc(100% * 495 / 2048) 0; -} - -.permalink { - color: #150129; -} - -.subheader { - font-size: 0.9em; - margin-top: 0px; -} - -a:link:not(.permalink),a:visited:not(.permalink) { color: #2160ad; } - -@media (prefers-color-scheme: dark) { - /* If the operating system is using dark mode, then apply this CSS */ - body { - background: #292b33; - color: #f5f5f5 - } - a:link:not(.permalink),a:visited:not(.permalink) { - color: #b9cffb; - } -} - |