User:Crashaholic/common.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(Created page with "→‎to any admins seeing this: im just trying to see if i can edit the colors of the code editor yes its that bad: .presentation { color: #ebdbb2; background-color: #282828; } .cm-mw-template-bracket .cm-mw-template-name { color: #fabd2f; } .cm-mw-templatevariable-bracket .cm-mw-templatevariable-name { color: #d79921; } .cm-mw-htmltag-bracket .cm-mw-htmltag-name{ color: #458588; } .cm-mw-parserfunction-bracket .cm-mw-parserfunction-name{ color: #cc241d; } .c...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*to any admins seeing this: im just trying to see if i can edit the colors of
the code editor
yes its that bad*/
.presentation {
.presentation {
color: #ebdbb2;
color: #ebdbb2;
Line 43: Line 38:
.cm-error {
.cm-error {
color: #fb4934;
color: #fb4934;
}
.cm-mw-comment {
color: #bdae93;
}
}

Latest revision as of 17:01, 7 September 2023

.presentation {
	color: #ebdbb2;
	background-color: #282828;
}

.cm-mw-template-bracket .cm-mw-template-name {
	color: #fabd2f;
}

.cm-mw-templatevariable-bracket .cm-mw-templatevariable-name {
	color: #d79921;
}

.cm-mw-htmltag-bracket .cm-mw-htmltag-name{
	color: #458588;
}

.cm-mw-parserfunction-bracket .cm-mw-parserfunction-name{
	color: #cc241d;
}

.cm-mw-parserfunction-delimiter .cm-mw-table-delimiter{
	color: #d5c4a1;
}

.cm-mw-link-bracket .cm-mw-link-pagename .cm-mw-section-header{
	color: #83a598;
}

.cm-mw-table-bracket .cm-mw-table-name {
	color: #d3869b;
}

.cm-mw-list {
	color: #98971a;
}

.cm-error {
	color: #fb4934;
}

.cm-mw-comment {
	color: #bdae93;
}