mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-19 03:56:17 +08:00
added transition to banner opacity
This commit is contained in:
parent
851ae1adc5
commit
7db4169318
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue