Commit 10b0843d authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

Merge branch 'wip/exalm/colors' into 'master'

style: Stop hardcoding page colors See merge request GNOME/gnome-tour!56
parents 2abafa14 d37ad844
......@@ -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>
......
......@@ -29,8 +29,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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment