Noita Wiki
No edit summary
m (Reverted edits by Tagaziel (talk) to last revision by Vexx32)
Tag: Rollback
Line 1: Line 1:
  +
.mobileonly {
  +
display: none;
  +
}
   
 
/* Diff Viewer */
 
/* Diff Viewer */

Revision as of 13:31, 9 June 2021

.mobileonly {
	display: none;
}

/* Diff Viewer */

.diff-addedline .diffchange,
.diff-deletedline .diffchange {
	border-radius: 0.15em;
	padding: 0.25em 0.1em;
}

.diff-addedline .diffchange {
    background: #b3d9ef;
    color: #427ea9;
}

.diff-deletedline .diffchange {
    background: #eaa089;
    color: #a23a21;
}

/* Source Editor */

.wikiEditor-ui-toolbar {
    background: #947f6a;
}

.wikiEditor-ui-toolbar .sections .section {
    background-color: #bfa383;
}

/* <math> */

.mwe-math-element {
	background-color: #eee;
	padding: 0.25em 0.1em;
	border-radius: 0.15em;
}