Update table button colors.
This commit is contained in:
parent
0c8143c855
commit
2c5e79a35d
@ -57,7 +57,7 @@ main>table.list td:last-child>button{
|
|||||||
font-size:1.25rem;
|
font-size:1.25rem;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
||||||
background-color:inherit;
|
background-color:#383838;
|
||||||
color:#e0e0e0;
|
color:#e0e0e0;
|
||||||
border:0;
|
border:0;
|
||||||
outline:0;
|
outline:0;
|
||||||
@ -66,7 +66,7 @@ main>table.list td:last-child>button.highlight {
|
|||||||
background-color:#772d43;
|
background-color:#772d43;
|
||||||
}
|
}
|
||||||
main>table.list td:last-child>button:hover{
|
main>table.list td:last-child>button:hover{
|
||||||
background-color:#343434;
|
background-color:#3c3c3c;
|
||||||
}
|
}
|
||||||
|
|
||||||
main>article{
|
main>article{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user