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