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
Line 2: Line 2:
the code editor
the code editor


yes its that bad*/
yes its that bad
 
it doesnt work*/


.presentation {
.presentation {

Revision as of 16:49, 7 September 2023

/*to any admins seeing this: im just trying to see if i can edit the colors of 
the code editor

yes its that bad

it doesnt work*/

.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;
}