MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
/* Styling for C# | /* Styling for C# types */ | ||
.csharp | .csharp-type { | ||
color: | color: MediumOrchid; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Revision as of 11:12, 18 January 2025
/* Styling for C# keywords */
.csharp-keyword {
color: DodgerBlue;
font-weight: bold;
}
/* Styling for C# types */
.csharp-type {
color: MediumOrchid;
font-weight: bold;
}