1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-02 00:16:07 +00:00
This commit is contained in:
Yan Maniez 2018-09-16 16:18:13 +02:00
parent cd3e556837
commit 921546d3c2

View file

@ -89,13 +89,13 @@
<Color x:Key="monstertan">#FDF1DC</Color>
<Color x:Key="monstertandark">#F0DBB5</Color>-->
<Style TargetType="ContentPage">
<Style TargetType="ContentPage" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style>
<Style TargetType="StackLayout">
<Style TargetType="StackLayout" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style>
<Style TargetType="ScrollView">
<Style TargetType="ScrollView" ApplyToDerivedTypes="True">
<Setter Property="BackgroundColor" Value="{StaticResource HDWhite}" />
</Style>
@ -169,11 +169,11 @@
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertineCapitals}" />
</Style>
-->
<Style TargetType="Label" x:Key="content">
<!--<Style TargetType="Label" x:Key="content">
<Setter Property="FontSize" Value="Medium" />
<Setter Property="TextColor" Value="{StaticResource HDBlack}" />
<Setter Property="FontFamily" Value="{DynamicResource LinuxLibertine}" />
</Style>
</Style>-->
<Style TargetType="Label" x:Key="paragraph">
<Setter Property="FontSize" Value="12" />