Highlight readd, apparently this got lost somewhere

This commit is contained in:
b 2021-01-19 15:46:25 -06:00
parent 9ae6f161ef
commit e8718208bd

View file

@ -270,7 +270,6 @@ button:hover {
background-color: #556; background-color: #556;
} }
button:active { button:active {
background-color: #558; background-color: #558;
box-shadow: 0 3px #666; box-shadow: 0 3px #666;
@ -326,6 +325,9 @@ button.toggleOn{
background-color:#0a0; background-color:#0a0;
border: 3 px solid rgb(0, 70, 0); border: 3 px solid rgb(0, 70, 0);
} }
button.toggleOn:hover {
background-color: #575;
}
.funnynumber { .funnynumber {
background-image: linear-gradient(to left, #f5f, #a0a, #5ff, #5f5, #ff5, #fa0, #a00); -webkit-background-clip: text; background-image: linear-gradient(to left, #f5f, #a0a, #5ff, #5f5, #ff5, #fa0, #a00); -webkit-background-clip: text;
@ -387,4 +389,9 @@ button.toggleOn{
100% { 100% {
opacity: 1; opacity: 1;
} }
} }
.highlight {
color: #ff0;
background: #775;
}