minor annoyances I found on my laptop

This commit is contained in:
Julian 2023-04-28 22:16:08 -04:00
parent 457c33e4a1
commit 3e24c99db4
Signed by: NotNite
GPG Key ID: BD91A5402CCEB08A
2 changed files with 11 additions and 1 deletions

View File

@ -48,6 +48,16 @@
:root {
--theme-transition: 0.5s ease;
/* Defined here for Firefox, which doesn't support @property */
--bg: #2d2a2e;
--bg-dark: #403e41;
--bg-darker: #221f22;
--fg: #fcfcfa;
--fg-dark: #727072;
--fg-darker: #5b595c;
--error: #ff6188;
--warning: #ffd866;
}
* {

View File

@ -185,7 +185,7 @@ export default function AboutMe({
/>
<div className={styles.multiButtons}>
<button type="button">Change Password</button>
<button type="button">Change password</button>
<button
type="button"