MediaWiki:Fandomdesktop.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:
}
}
.page {
.page {
    border-top: 5px solid var(--theme-color-1);
     border-left: 1px solid var(--theme-color-4);
     border-left: 1px solid var(--theme-color-4);
     border-right: 1px solid var(--theme-color-4);
     border-right: 1px solid var(--theme-color-4);
Line 47: Line 46:
     border-radius: 3px;
     border-radius: 3px;
}
}
 
.theme-fandomdesktop-light .page {
border-top: 5px solid var(--theme-color-1);
}
.theme-fandomdesktop-dark .page {
border-top: 5px solid var(--theme-accent-color);
}


/* TOC hide headings */
/* TOC hide headings */