forked from NotNet/gluestick
minor annoyances I found on my laptop
This commit is contained in:
parent
457c33e4a1
commit
3e24c99db4
|
@ -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;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue