Simpler button
This commit is contained in:
parent
6cd15dfb33
commit
ff91693ec4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user