style: Set accent color for the whole details page

Making focus rings monochrome as well
This commit is contained in:
kramo
2025-12-01 11:11:49 +01:00
parent 2dba556086
commit b929e332d0
2 changed files with 6 additions and 3 deletions

View File

@@ -191,8 +191,9 @@ template $Window: Adw.ApplicationWindow {
}
Adw.NavigationPage {
title: bind template.active-game as <$Game>.name;
name: "details";
tag: "details";
title: bind template.active-game as <$Game>.name;
child: Overlay {
child: Picture {
@@ -280,7 +281,6 @@ template $Window: Adw.ApplicationWindow {
margin-top: 15;
Button {
name: "details-play-button";
action-name: "game.play";
label: _("Play");
valign: center;