diff --git a/Ooui/Style.cs b/Ooui/Style.cs index 051db07..a7b1823 100644 --- a/Ooui/Style.cs +++ b/Ooui/Style.cs @@ -247,6 +247,11 @@ namespace Ooui set => this["text-align"] = value; } + public Value TextDecoration { + get => this["text-decoration"]; + set => this["text-decoration"] = value; + } + public Value Top { get => this["top"]; set => this["top"] = value;