[gnome-tour/wip/exalm/colors] style: Stop hardcoding page colors




commit 1c6db8281108d5b12c4a2b1dc679996534a8a693
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Dec 10 03:57:18 2021 +0500

    style: Stop hardcoding page colors
    
    The defaults work fine.

 data/resources.gresource.xml  | 1 -
 data/resources/style-dark.css | 1 -
 data/resources/style.css      | 4 ----
 3 files changed, 6 deletions(-)
---
diff --git a/data/resources.gresource.xml b/data/resources.gresource.xml
index 2e03fc0..bdb60b8 100644
--- a/data/resources.gresource.xml
+++ b/data/resources.gresource.xml
@@ -2,7 +2,6 @@
 <gresources>
   <gresource prefix="/org/gnome/Tour/">
       <file compressed="true" alias="style.css">resources/style.css</file>
-      <file compressed="true" alias="style-dark.css">resources/style-dark.css</file>
       <file compressed="true" alias="welcome.svg">resources/assets/welcome.svg</file>
       <file compressed="true" alias="overview.svg">resources/assets/overview.svg</file>
       <file compressed="true" alias="search.svg">resources/assets/search.svg</file>
diff --git a/data/resources/style.css b/data/resources/style.css
index 87a7ad6..542713a 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -42,8 +42,6 @@ window .titlebar button {
     to { background-position: 60% 30%, center 30%, center; }
 }
 
-.page { color: #000; }
-
   /* .page:nth-child(2) { background: linear-gradient(to right, #3584e4, #1a5fb4); }  overview */
   .page:nth-child(3) {  }  /* customize */
   /* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); }  workspaces */
@@ -64,5 +62,3 @@ window .titlebar button {
     }
   .last-page { }
   .last-page .page-title, .last-page .page-body { }
-
-


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]