Apply similar border-radius fix for help page

This commit is contained in:
Damien Elmes 2023-07-18 22:50:27 +10:00
parent 1cac2dc85f
commit ae5f1cfda1

View file

@ -181,6 +181,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
background-color: var(--canvas);
border: none;
cursor: pointer;
border-radius: 0;
&:hover {
background-color: var(--canvas-inset);
}