Difference between revisions of "User:Polymorph-Ash/vector.css"

Jump to navigation Jump to search
no edit summary
Line 14: Line 14:
}
}


/*adds a layer for background transparency*/
/*adds a layer for background transparency and blur*/
body::before {
body::before {
   content: "";
   content: "";
Line 22: Line 22:
   width: 100%;
   width: 100%;
   height: 100%;
   height: 100%;
   background-color: rgba(10, 10, 10, 0.5);
   background-color: rgba(10, 10, 10, 0.35);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(12px);
   pointer-events: none;
   pointer-events: none;
   z-index: -1;
   z-index: -1;

Navigation menu