fix error v2
This commit is contained in:
parent
9e54c7cf4b
commit
a26c0e9423
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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)
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About SadlyNotSappho</title>
|
||||
<link rel="stylesheet" href="./assets/index.css">
|
||||
<link rel="stylesheet" href="about/index.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue