26 lines
694 B
Diff
26 lines
694 B
Diff
|
From 7d0eaa2ebb521e327b98171689e4731a7db5d503 Mon Sep 17 00:00:00 2001
|
||
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
||
|
Date: Fri, 9 Aug 2024 16:59:05 +0000
|
||
|
Subject: [PATCH 2/3] Change anaconda background color
|
||
|
|
||
|
---
|
||
|
data/anaconda-gtk.css | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
|
||
|
index f83cf15..e5d859c 100644
|
||
|
--- a/data/anaconda-gtk.css
|
||
|
+++ b/data/anaconda-gtk.css
|
||
|
@@ -95,7 +95,7 @@ infobar.error box {
|
||
|
* to be overridden by a stylesheet in product.img.
|
||
|
*/
|
||
|
|
||
|
-@define-color anaconda_bg_color #2f4265;
|
||
|
+@define-color anaconda_bg_color #2f4265;
|
||
|
|
||
|
.logo-sidebar {
|
||
|
background-color: @anaconda_bg_color;
|
||
|
--
|
||
|
2.43.5
|
||
|
|