User:Robloxian493/timeless.css: Difference between revisions

Content deleted Content added
m fix pixelated images
No edit summary
Line 1:
/* PB95 Wiki Dark Theme for Miraheze */
/* Robloxian493's personal CSS tweaks */
#mw-content-container {
image-rendering: -webkit-optimize-contrast;
 
/* Bring over the Fandom wiki's dark mode over to the Miraheze wiki! */
 
#mw-content-container { /* Change the background */
background: url(https://static.miraheze.org/progressbar95wiki/7/70/Fandom_Wiki%27s_Dark_Mode_BG.webp);
Line 15 ⟶ 9:
/* Dark mode CSS for the sidebars */
.sidebar-chunk {
background: var(--bgsurface-altcolor)!important;
}
 
a {
.sidebar-inner a {
color: var(--link);
 
a:hover {
color: var(--link-hover);
}
 
:root { /* Variables to easily set stuff like colour */
--bglink: #152b420ff;
--bglink-althover: #47648165ffff;
--link: #00ffff;
}