analyse/embed/css: button cursor: pointer

pull/9850/head
Benedikt Werner 2021-09-19 17:14:25 +02:00
parent c55a179336
commit 154382ca19
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 4 additions and 0 deletions

View File

@ -42,3 +42,7 @@ cg-board {
padding: 2em 4em;
}
}
button {
cursor: pointer;
}