Changes

This, and previous, edit adds blur to top and bottom bars
Line 353: Line 353:  
/*FooterBanner*/
 
/*FooterBanner*/
 
.rfooter {
 
.rfooter {
     background: #071e49;
+
     background: rgb(7 30 73 / 80%);
 
     position: fixed;
 
     position: fixed;
 
     bottom: 0;
 
     bottom: 0;
Line 359: Line 359:  
     height: 26px;
 
     height: 26px;
 
     box-shadow: #000c 0px 0px 5px;
 
     box-shadow: #000c 0px 0px 5px;
 +
    backdrop-filter: blur(4px);
 
}
 
}
 
#footer-info li {
 
#footer-info li {