This commit is contained in:
imnyang 2024-11-01 08:14:36 +09:00
commit 84ce41a32f
6 changed files with 89 additions and 19 deletions

View file

@ -9,7 +9,6 @@
line-height: 1.5;
font-weight: 400;
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #41444B;
@ -21,11 +20,11 @@
a {
font-weight: 500;
color: #646cff;
color: #ffe7fb;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
color: #ffe7fb;
}
body {
@ -36,7 +35,7 @@ body {
flex-direction: row;
color: white;
background-color: #101010;
background-color: #373236;
}
h1 {
@ -56,7 +55,7 @@ button {
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
border-color: #ffe7fb;
}
button:focus,
button:focus-visible {