Update index.css
This commit is contained in:
parent
1fbc78d69d
commit
2aa5633676
@ -133,7 +133,7 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dsc-btn:hover {
|
.dsc-btn:hover {
|
||||||
background-color: #5b209a;
|
background-color: #a751f2;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
.clr-btn:hover {
|
.clr-btn:hover {
|
||||||
@ -190,6 +190,17 @@ button:hover {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #0d5152;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.recommended {
|
.recommended {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user