Simpler button

This commit is contained in:
Christoph Hagen 2022-03-26 23:00:01 +01:00
parent 6cd15dfb33
commit ff91693ec4

View File

@ -95,8 +95,7 @@ body {
} }
.button { .button {
padding: 10px 40px; padding: 8px 30px;
border: thin solid rgba(255, 255, 255, 0.2);
border-radius: 15px; border-radius: 15px;
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
min-width: 100px; min-width: 100px;
@ -109,7 +108,6 @@ body {
} }
.button:hover { .button:hover {
border: thin solid rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
} }