Files
Apollon/Apollon.WPF/Themes/ModalTextblockTheme.xaml
2022-08-13 23:07:43 +02:00

11 lines
551 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="{x:Type TextBlock}"
x:Key="ModalTextBlock">
<Setter Property="FontFamily" Value="Arial"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontSize" Value="18"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="Foreground" Value="#0000a0"/>
</Style>
</ResourceDictionary>