feat: header and spare time transition colors as well
This commit is contained in:
parent
094866afbb
commit
dbe68a5f36
|
@ -45,6 +45,7 @@ header {
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
min-width: 18rem;
|
min-width: 18rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
transition: background-color 2000ms, color 2000ms;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
header {
|
header {
|
||||||
|
|
|
@ -130,5 +130,6 @@ main {
|
||||||
.spare-time {
|
.spare-time {
|
||||||
background: rgba(2555, 255, 255, 0.6);
|
background: rgba(2555, 255, 255, 0.6);
|
||||||
box-shadow: 0px 0px 21px 3px #fff;
|
box-shadow: 0px 0px 21px 3px #fff;
|
||||||
|
transition: color 2000ms;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in New Issue