add hover state to footer login button
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2022-06-15 12:21:48 +05:00
parent 2a5bbb9925
commit 87df328fbd
1 changed files with 6 additions and 1 deletions

View File

@ -1426,6 +1426,11 @@ a.timeline-url {
border: 1.5px solid;
}
.f-main .login:hover {
background: #000;
color: var(--kios-light)
}
.f-credits {
color: #fff;
font-size: 15px;
@ -1737,4 +1742,4 @@ a.timeline-url {
.menu ul:first-child {
padding: 0;
}
}
}