Completed chrome extension
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
height: 310px;
|
||||
margin: 0 !important;
|
||||
}
|
||||
body .bgmask {
|
||||
|
@@ -9,7 +9,17 @@ button {
|
||||
transform 0.15s ease;
|
||||
}
|
||||
|
||||
button.small {
|
||||
padding: 0.15em 1em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
transform: scale(1.075);
|
||||
color: #fff;
|
||||
background-color: #5954a4;
|
||||
}
|
||||
|
||||
button.special:hover {
|
||||
/*background-color: #5954a4;*/
|
||||
color: #fff;
|
||||
animation: color-cycle;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: 'ZillaSlab' !important;
|
||||
color: #ddd;
|
||||
color: #dadada;
|
||||
}
|
||||
|
||||
p,
|
||||
|
Reference in New Issue
Block a user