Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiquetas: Reversão manual Revertido
Linha 11: Linha 11:


/* GLOBAL */
/* GLOBAL */
.mw-logo {
  position: relative;
}
.mw-logo-icon {
  width: 30px;
  height: 30px;
}
.mw-logo:before {
    content: '';
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Party_hat_%28fun%29.png);
    width: 200px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 50px auto;
    transform: rotate(-20deg);
    position: absolute;
    top: -63px;
    left: 41px;
}
body {
body {
   background: var(--color-primary-dark);
   background: var(--color-primary-dark);