changed border radius

This commit is contained in:
Heli-o 2024-04-07 16:27:58 +02:00
parent f272cb929b
commit 62bec1c2d8

View file

@ -24,13 +24,15 @@ Homebar.css = `
flex-direction: row; flex-direction: row;
} }
.hb-button { .hb-button {
border-radius: 25%; border-radius: 16px;
border:none;
background-color: rgba(100,100,100, 0.3); background-color: rgba(100,100,100, 0.3);
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
margin: 0.2rem 0.4rem; margin: 0.2rem 0.4rem;
text-decoration: none; text-decoration: none;
width: fit-content; width: fit-content;
height: fit-content; height: fit-content;
cursor:pointer;
} }
.hb-button:hover { .hb-button:hover {
background-color: rgba(100,100,100, 0.5); background-color: rgba(100,100,100, 0.5);