wear4z
This commit is contained in:
parent
4d587807db
commit
a12d911bc9
@ -28,17 +28,13 @@ body {
|
|||||||
|
|
||||||
.back {
|
.back {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
|
|
||||||
background: #2c6cff;
|
background: #2c6cff;
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
@ -46,6 +42,4 @@ body {
|
|||||||
|
|
||||||
.back:hover {
|
.back:hover {
|
||||||
background: #4a85ff;
|
background: #4a85ff;
|
||||||
|
|
||||||
box-shadow: 0 0 12px #4a85ff;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user