From 4d7f8450d9a842e2f69754ccaa4202710328dcb7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 20:44:49 +0000 Subject: add (un)follow button to profile also other stuff i forgot what exactly --- static/form.css | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'static/form.css') 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; -- cgit v1.3