Widget:Gurren2

De Wiki Gla
Revisão de 00h43min de 28 de abril de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar

<style>

root {
 --content-bg: #121212;
 --content-text: #e0e0e0;
 --link-text: #66aaff;

}

/* Main background and text */ body, .mw-body, #content {

 background-color: var(--content-bg) !important;
 color: var(--content-text) !important;

}

/* Sidebar blur */

  1. mw-panel {
 background: rgba(18,18,18,0.8) !important;
 backdrop-filter: blur(8px) !important;

}

/* Link color */ a, a:visited {

 color: var(--link-text) !important;

}

a:hover {

 opacity: 0.8;

} </style>