Anonymous

MediaWiki:Common.css: Difference between revisions

From Palworld.io
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 63: Line 63:
.nav-link {
.nav-link {
     padding: 0.2rem 1rem!important;
     padding: 0.2rem 1rem!important;
}
a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover {
  box-shadow: inset 100px 0 0 0 #54b3d6;
  color: white;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.