View source for MediaWiki:Fandomdesktop.css
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/*
* Custom variables
* Note: The linter will throw errors. See for more info:
* https://community.fandom.com/wiki/Help:Advanced_CSS_and_JS#Common_issues
*/
.theme-fandomdesktop-dark {
--subnautica-box-bg: #052A4E;
--subnautica-border-color: #1B456E;
}
.theme-fandomdesktop-light {
--subnautica-box-bg: #BDE1FF;
--subnautica-border-color: #90CCFF;
}
/* Header */
.fandom-community-header {
background: var(--theme-accent-color);
background: rgba(var(--theme-accent-color--rgb),.5);
padding: 16px 12px 12px;
margin-bottom: -12px;
000
1:0
Return to MediaWiki:Fandomdesktop.css.