Fixed transparency

This commit is contained in:
2025-06-20 02:16:56 +02:00
parent 8098d6284a
commit 4cb1e4f198

View File

@ -12,8 +12,7 @@
} }
.panel { .panel {
backdrop-filter: blur(10px); background: transparent;
background: rgba(30, 30, 30, 0.6);
} }
</style> </style>
</head> </head>