Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.theme-fandomdesktop-dark .community-page-module .community-page-module-box {
background-color: rgba(0,0,0,.3);
border: 1.5px solid #D0AE82;
}
.theme-fandomdesktop-dark .community-page-cards-module .community-page-card-module {
background-color: rgba(0,0,0,.3);
border: 1.5px solid #D0AE82;
}
.theme-fandomdesktop-light .community-page-module .community-page-module-box {
background-color: rgba(255,255,255,.3);
border: 1.5px solid #704738;
}
.theme-fandomdesktop-light .community-page-cards-module .community-page-card-module {
background-color: rgba(255,255,255,.3);
border: 1.5px solid #704738;
}