changed rgba to on hex and delete user select in all header

This commit is contained in:
Kostya
2023-11-13 21:20:45 +03:00
parent 35aede5650
commit b364311c6f

View File

@@ -31,7 +31,7 @@ export default {
left: 0;
width: 100%;
height: 100%;
background: rgba(223, 133, 255, 0.60);
background: #DF85FF99;
filter: blur(115px);
z-index: -1;
}