diff --git a/.todo b/.todo index c0c34a2..3c75321 100644 --- a/.todo +++ b/.todo @@ -6,6 +6,6 @@ Tasks: ☐ Style login page ☐ Make site open to home timeline by default ☐ Show login prompt when not logged in instead of showing federated timeline - ☐ Add cursor:pointer for all buttons + ✔ Add cursor:pointer for all buttons @done(22-01-14 17:26) ☐ Replace loading animation ☐ Implement content warnings properly \ No newline at end of file diff --git a/css/style.css b/css/style.css index d2d6c6f..9a62ac1 100644 --- a/css/style.css +++ b/css/style.css @@ -722,3 +722,7 @@ aside { .media > div { width: 100%; } + +input[type="submit"] { + cursor: pointer; +}