added transition to banner opacity

This commit is contained in:
Miodec 2022-04-08 22:53:34 +02:00
parent 851ae1adc5
commit 7db4169318

View file

@ -2,7 +2,7 @@
position: fixed;
width: 100%;
z-index: 1000;
// transition: 0.25s;
transition: opacity 0.25s;
.banner {
background: var(--sub-color);
color: var(--bg-color);