Better button styling.
This commit is contained in:
parent
aa748e60c2
commit
d9ce48a833
1 changed files with 8 additions and 0 deletions
|
@ -55,12 +55,20 @@
|
|||
&__action {
|
||||
border-radius: 2px;
|
||||
color: var(--accent-colour);
|
||||
background-color: #111;
|
||||
text-decoration: none;
|
||||
border: 1px solid var(--accent-colour);
|
||||
margin-right: 10px;
|
||||
padding: 5px 10px;
|
||||
cursor: pointer;
|
||||
font-size: 1.2em;
|
||||
transition: color .2s, background-color .2s;
|
||||
|
||||
&:hover {
|
||||
color: #111;
|
||||
background-color: var(--accent-colour);
|
||||
text-shadow: initial;
|
||||
}
|
||||
}
|
||||
|
||||
&__stats {
|
||||
|
|
Loading…
Reference in a new issue