Add dark mode support
This commit is contained in:
parent
7289459170
commit
fc6f494f0d
62 changed files with 1090 additions and 145 deletions
|
|
@ -6,7 +6,7 @@
|
|||
x:Class="LibationAvalonia.Controls.LinkLabel">
|
||||
<TextBlock.Styles>
|
||||
<Style Selector="TextBlock">
|
||||
<Setter Property="Foreground" Value="Blue"/>
|
||||
<Setter Property="Foreground" Value="{DynamicResource HyperlinkNew}"/>
|
||||
<Setter Property="TextDecorations" Value="Underline"/>
|
||||
</Style>
|
||||
</TextBlock.Styles>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue