Commit 1c6db828 authored by Alexander Mikhaylenko's avatar Alexander Mikhaylenko

style: Stop hardcoding page colors

The defaults work fine.
parent 6505941d
......@@ -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>
......
......@@ -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 { }
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