Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-welcome
Commits
1c6db828
Commit
1c6db828
authored
Dec 10, 2021
by
Alexander Mikhaylenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: Stop hardcoding page colors
The defaults work fine.
parent
6505941d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
resources.gresource.xml
data/resources.gresource.xml
+0
-1
style-dark.css
data/resources/style-dark.css
+0
-1
style.css
data/resources/style.css
+0
-4
No files found.
data/resources.gresource.xml
View file @
1c6db828
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
<gresources>
<gresources>
<gresource
prefix=
"/org/gnome/Tour/"
>
<gresource
prefix=
"/org/gnome/Tour/"
>
<file
compressed=
"true"
alias=
"style.css"
>
resources/style.css
</file>
<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=
"welcome.svg"
>
resources/assets/welcome.svg
</file>
<file
compressed=
"true"
alias=
"overview.svg"
>
resources/assets/overview.svg
</file>
<file
compressed=
"true"
alias=
"overview.svg"
>
resources/assets/overview.svg
</file>
<file
compressed=
"true"
alias=
"search.svg"
>
resources/assets/search.svg
</file>
<file
compressed=
"true"
alias=
"search.svg"
>
resources/assets/search.svg
</file>
...
...
data/resources/style-dark.css
deleted
100644 → 0
View file @
6505941d
.page
{
color
:
#fff
;
}
data/resources/style.css
View file @
1c6db828
...
@@ -42,8 +42,6 @@ window .titlebar button {
...
@@ -42,8 +42,6 @@ window .titlebar button {
to
{
background-position
:
60%
30%
,
center
30%
,
center
;
}
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(2) { background: linear-gradient(to right, #3584e4, #1a5fb4); } overview */
.page
:nth-child
(
3
)
{
}
/* customize */
.page
:nth-child
(
3
)
{
}
/* customize */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
/* .page:nth-child(4) { background: linear-gradient(to right, #e66100, #c64600); } workspaces */
...
@@ -64,5 +62,3 @@ window .titlebar button {
...
@@ -64,5 +62,3 @@ window .titlebar button {
}
}
.last-page
{
}
.last-page
{
}
.last-page
.page-title
,
.last-page
.page-body
{
}
.last-page
.page-title
,
.last-page
.page-body
{
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment