(- changing styles) |
m (- changing color) |
||
Line 12: | Line 12: | ||
} |
} |
||
.WikiaRail .rail-module:hover { |
.WikiaRail .rail-module:hover { |
||
background: # |
background: #21130D; |
||
} |
} |
Revision as of 21:14, 20 September 2022
/* 1) Disables advertisements on-screen - Quality of Life */
.ad-slot-placeholder,
.top-ads-container {
display: none !important;
}
/* 2) Rail Module Customization */
.WikiaRail .rail-module {
background: transparent;
transition: 0.25s ease;
transition-property: border, background;
}
.WikiaRail .rail-module:hover {
background: #21130D;
}