Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  
/* CSS playground of Erik van den Berge*/
 
/* CSS playground of Erik van den Berge*/
 +
 +
    
.mw-wiki-logo {
 
.mw-wiki-logo {
Line 32: Line 34:  
::-moz-selection{
 
::-moz-selection{
 
   background:#fff2a8;   
 
   background:#fff2a8;   
 +
}
 +
 +
.shield {
 +
  --url:"https://img.shields.io/badge/any_text-you_like-blue"
 +
  background-color:url(var(--url));
 
}
 
}

Navigation menu