test
This commit is contained in:
parent
b7e312da43
commit
3bd9e70327
1 changed files with 3 additions and 1 deletions
|
@ -53,6 +53,8 @@
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
color: #d5c4a1;
|
color: #d5c4a1;
|
||||||
|
font-size: 0px;
|
||||||
|
border-radius: 500px;
|
||||||
background-color: #1E1E1E;
|
background-color: #1E1E1E;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
@ -62,7 +64,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button:active, button:hover {
|
button:active, button:hover {
|
||||||
background-color: #a89984;
|
background-color: #504945;
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue