Highlight readd, apparently this got lost somewhere
This commit is contained in:
parent
9ae6f161ef
commit
e8718208bd
1 changed files with 9 additions and 2 deletions
|
@ -270,7 +270,6 @@ button:hover {
|
|||
background-color: #556;
|
||||
}
|
||||
|
||||
|
||||
button:active {
|
||||
background-color: #558;
|
||||
box-shadow: 0 3px #666;
|
||||
|
@ -326,6 +325,9 @@ button.toggleOn{
|
|||
background-color:#0a0;
|
||||
border: 3 px solid rgb(0, 70, 0);
|
||||
}
|
||||
button.toggleOn:hover {
|
||||
background-color: #575;
|
||||
}
|
||||
|
||||
.funnynumber {
|
||||
background-image: linear-gradient(to left, #f5f, #a0a, #5ff, #5f5, #ff5, #fa0, #a00); -webkit-background-clip: text;
|
||||
|
@ -388,3 +390,8 @@ button.toggleOn{
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: #ff0;
|
||||
background: #775;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue