9 lines
110 B
CSS
9 lines
110 B
CSS
#logo svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
backdrop-filter: blur(5px);
|
|
|
|
/* * { fill: #0ff !important; } */
|
|
}
|