diff --git a/about/assets/colors.css b/about/assets/colors.css deleted file mode 100644 index c10490e..0000000 --- a/about/assets/colors.css +++ /dev/null @@ -1,59 +0,0 @@ - :root { - --cat-rosewater: #dc8a78; - --cat-flamingo: #dd7878; - --cat-pink: #ea76cb; - --cat-mauve: #8839ef; - --cat-red: #d20f39; - --cat-maroon: #e64553; - --cat-peach: #fe640b; - --cat-yellow: #df8e1d; - --cat-green: #40a02b; - --cat-teal: #179299; - --cat-sky: #04a5e5; - --cat-sapphire: #209fb5; - --cat-blue: #1e66f5; - --cat-lavender: #7287fd; - --cat-text: #4c4f69; - --cat-subtext1: #5c5f77; - --cat-subtext0: #6c6f85; - --cat-overlay2: #7c7f93; - --cat-overlay1: #8c8fa1; - --cat-overlay0: #9ca0b0; - --cat-surface2: #acb0be; - --cat-surface1: #bcc0cc; - --cat-surface0: #ccd0da; - --cat-base: #eff1f5; - --cat-mantle: #e6e9ef; - --cat-crust: #dce0e8; - } - - @media (prefers-color-scheme: dark) { - :root { - --cat-rosewater: #f5e0dc; - --cat-flamingo: #f2cdcd; - --cat-pink: #f5c2e7; - --cat-mauve: #cba6f7; - --cat-red: #f38ba8; - --cat-maroon: #eba0ac; - --cat-peach: #fab387; - --cat-yellow: #f9e2af; - --cat-green: #a6e3a1; - --cat-teal: #94e2d5; - --cat-sky: #89dceb; - --cat-sapphire: #74c7ec; - --cat-blue: #89b4fa; - --cat-lavender: #b4befe; - --cat-text: #cdd6f4; - --cat-subtext1: #bac2de; - --cat-subtext0: #a6adc8; - --cat-overlay2: #9399b2; - --cat-overlay1: #7f849c; - --cat-overlay0: #6c7086; - --cat-surface2: #585b70; - --cat-surface1: #45475a; - --cat-surface0: #313244; - --cat-base: #1e1e2e; - --cat-mantle: #181825; - --cat-crust: #11111b; - } - } \ No newline at end of file diff --git a/about/assets/index.css b/about/assets/index.css deleted file mode 100644 index 8a0e609..0000000 --- a/about/assets/index.css +++ /dev/null @@ -1,36 +0,0 @@ -@import url("./colors.css"); - -* { - /* shamelessly stolen from whatever vue generated */ - /* min-height: 100vh; */ - color: var(--cat-text); - background: var(--cat-base); - transition: color 0.5s, background-color 0.5s; - /* line-height: 1.6; */ - font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, - Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; - /* font-size: 15px; */ - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.top-bar { - text-align: center; - /* width: 20%; */ - margin: auto; -} - -.barbutton, .barbutton-disabled { - text-decoration: none; - color: var(--cat-text); - background-color: var(--cat-surface1); - border-radius: 10px; - display: inline-block; - width: 80px; -} - -.barbutton:hover { - background-color: var(--cat-pink); - color: var(--cat-mantle) -} \ No newline at end of file diff --git a/about/index.html b/about/index.html index 8160be6..5bd9eea 100644 --- a/about/index.html +++ b/about/index.html @@ -6,7 +6,7 @@ About SadlyNotSappho - +