fix(blueprint.style.css): remove extension stylesheet import from here as it was imported twice

This commit is contained in:
purple 2023-12-03 23:27:42 +01:00 committed by GitHub
parent 09830a12f6
commit 9b409e5479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,4 @@
@import url("/assets/extensions/blueprint/misc/cacheOverlay-1.css");
@import url("/assets/extensions/blueprint/admin.extensions.css");
@keyframes notification {
0% { right:-300px; top:62px; opacity:0; background-color: #1f2933; }
10% { right:12px; top:62px; opacity:1; background-color: #1f2933; }