diff --git a/Content.Client/UserInterface/Stylesheets/StyleSpace.cs b/Content.Client/UserInterface/Stylesheets/StyleSpace.cs index 9e4b318c6c..b5ff88f41c 100644 --- a/Content.Client/UserInterface/Stylesheets/StyleSpace.cs +++ b/Content.Client/UserInterface/Stylesheets/StyleSpace.cs @@ -5,6 +5,7 @@ using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface; using Robust.Client.UserInterface.Controls; using Robust.Shared.Maths; +using static Robust.Client.UserInterface.StylesheetHelpers; namespace Content.Client.UserInterface.Stylesheets { @@ -48,59 +49,44 @@ namespace Content.Client.UserInterface.Stylesheets Stylesheet = new Stylesheet(BaseRules.Concat(new StyleRule[] { - // Big Label - new StyleRule(new SelectorElement(typeof(Label), new[] {StyleClassLabelHeading}, null, null), new[] - { - new StyleProperty(Label.StylePropertyFont, notoSansBold16), - new StyleProperty(Label.StylePropertyFontColor, SpaceRed), - }), + Element