Ad placeholder

User:Crashaholic/vector.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 4: Line 4:


body.theme-dark-grey.theme-bg3-light .bg3wiki-tooltip-box.theme-bg3-light {
body.theme-dark-grey.theme-bg3-light .bg3wiki-tooltip-box.theme-bg3-light {
background: rgb(243, 235, 205);
background: var(--bg-main2);
}
}


Line 12: Line 12:


body.theme-dark-grey.theme-bg3-light{
body.theme-dark-grey.theme-bg3-light{
   background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent);
   background: linear-gradient(var(--bg-main3) 80%, transparent);
}
}


Navigation menu