Give everything the transition property. Fuck, that's awesome

This commit is contained in:
Bun 2025-07-02 23:22:26 -04:00
parent 67de08a5b8
commit df4979192e
12 changed files with 43 additions and 22 deletions

View file

@ -1,6 +1,7 @@
// Setup stuff
* {
font-family: 'IBM Plex Mono', monospace;
transition: 0.3s;
top: 0;
}
@ -8,6 +9,7 @@
--bg-color: #DDE1E9;
--elm-bg-color: #EFF1F5;
--text-color: #141414;
--subtext-color: #6c7387;
--link-color: #b7162e;
}
@ -15,6 +17,7 @@
--bg-color: #181A1B;
--elm-bg-color: #1F2223;
--text-color: #DBD8D4;
--subtext-color: #8991a5;
--link-color: #DB4E63;
}
@ -27,6 +30,11 @@ body {
padding-bottom: 5em;
}
.subtitle {
color: var(--subtext-color);
font-size: 14px;
}
a {
color: var(--link-color);
cursor: crosshair;
@ -38,7 +46,6 @@ a {
a:hover {
font-weight: bold;
outline: 3px solid;
transition: 0.3s;
}
h1 {