mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
6 lines
191 B
CSS
6 lines
191 B
CSS
.emulation-summary {
|
|
box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.04);
|
|
/*border: 1px solid rgba(255, 255, 255, 0.2);*/
|
|
backdrop-filter: blur(7px) brightness(0.8) saturate(1.3);
|
|
}
|