cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit d0abfb1b20edc794a256f3984bb196310c28e847
parent 8ac3113b2a598a33cc2c787e2cbd95b550762c8d
Author: cblgh <cblgh@cblgh.org>
Date:   Thu, 15 Dec 2022 10:37:45 +0100

increase button prominence (thanks jbauer :)

Diffstat:
Mhtml/head.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/html/head.html b/html/head.html @@ -29,6 +29,10 @@ /* normalize post titles */ font-size: 1rem; } + button { + text-decoration: underline; + cursor: pointer; + } #logo { width: 48px; height: 48px;