hover
This commit is contained in:
parent
1d25484b81
commit
d67dd9ed0e
@ -17,6 +17,10 @@ p {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
||||
a.has-text-white:hover {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.menu-list li a:hover {
|
||||
color: #000 !important;
|
||||
}
|
||||
@ -39,6 +43,7 @@ p {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
.navbar {
|
||||
display: flex;
|
||||
|
||||
@ -122,7 +122,7 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
setInterval(moveToNextItem, 20000);
|
||||
setInterval(moveToNextItem, 2000);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user