css: change dst reset button appearance

This commit is contained in:
YK 2025-09-13 16:50:14 +03:00
parent 05563c18ec
commit 5870ec2def

View File

@ -236,11 +236,11 @@ aside {
margin: 0 10px; margin: 0 10px;
button { button {
color: white; color: white;
background: #29AAB3; background: crimson;
width: 22px; width: 22px;
height: 22px; height: 22px;
text-align: center; text-align: center;
border-radius: 11px; /* border-radius: 11px; */
margin-top: 2px; margin-top: 2px;
padding-left: 2px; padding-left: 2px;
padding-top: 3px; padding-top: 3px;