diff options
| author | winter | 2025-01-14 20:44:49 +0000 |
|---|---|---|
| committer | winter | 2025-01-14 20:44:49 +0000 |
| commit | 4d7f8450d9a842e2f69754ccaa4202710328dcb7 (patch) | |
| tree | 60e90ff7ebbf069e04faf665d68861970eaee000 /static/form.css | |
| parent | 0f427b4b6f75134b2c25b7e5f8a515be2cec97f5 (diff) | |
add (un)follow button to profile
also other stuff i forgot what exactly
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/static/form.css b/static/form.css index 91f755b..cb86003 100644 --- a/static/form.css +++ b/static/form.css @@ -31,20 +31,7 @@ form { resize: vertical; } button { - background: #3b005e; - color: #fff; - font-family: inherit; - font-size: inherit; - border-radius: 8px; - border: none; width: 100%; - padding: 8px; - box-sizing: border-box; - cursor: pointer; - &:disabled { - opacity: 80%; - cursor: default; - } } .error { background: #f004; |
