Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
de7cfc93
Unverified
Commit
de7cfc93
authored
Jan 05, 2023
by
eddie
Committed by
GitHub
Jan 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: theme-aware root element color (#5788)
* fix: theme-aware root element color * fix: add comment
parent
aa6c4690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.html
public/index.html
+3
-3
No files found.
public/index.html
View file @
de7cfc93
...
...
@@ -76,8 +76,8 @@
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
/* Use this to apply network-specific gradient backgrounds, in RadialGradientByChainUpdater.ts */
#background-radial-gradient
{
background
:
linear-gradient
(
180deg
,
#202738
0%
,
#070816
100%
);
position
:
fixed
;
top
:
0
;
left
:
0
;
...
...
@@ -97,13 +97,13 @@
@media
(
prefers-color-scheme
:
dark
)
{
html
{
background
-color
:
#212429
;
background
:
linear-gradient
(
180deg
,
#202738
0%
,
#070816
100%
)
;
}
}
@media
(
prefers-color-scheme
:
light
)
{
html
{
background
-color
:
#f7f8fa
;
background
:
radial-gradient
(
100%
100%
at
50%
0%
,
rgba
(
255
,
184
,
226
,
0.51
)
0%
,
rgba
(
255
,
255
,
255
,
0
)
100%
),
#FFFFFF
}
}
</style>
...
...
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