diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index c7d667e2b3b..500aa7264b7 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -1423,6 +1423,10 @@ public StyleNano(IResourceCache resCache) : base(resCache) .Prop(TextureRect.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/Nano/ntlogo.svg.png")) .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#757575")), + Element().Class("PirateLogoDark") // Frontier + .Prop(TextureRect.StylePropertyTexture, resCache.GetTexture("/Textures/_NF/Interface/Pirate/piratelogo.png")) // Frontier + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#757575")), // Frontier + Element