Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schdesign roadmap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
schdesign
schdesign roadmap
Commits
56932f4b
Commit
56932f4b
authored
Jun 11, 2021
by
Radeczki Gergő István
Browse files
Options
Downloads
Patches
Plain Diff
fixed colors in light and dark mode, now it works as intended to be
parent
ad0172c8
Branches
Branches containing commit
No related tags found
1 merge request
!43
fixed light and dark theme colors
Pipeline
#8205
passed
Jun 11, 2021
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/stylesheets/extra.css
+11
-13
11 additions, 13 deletions
docs/stylesheets/extra.css
with
11 additions
and
13 deletions
docs/stylesheets/extra.css
+
11
−
13
View file @
56932f4b
...
@@ -36,31 +36,29 @@
...
@@ -36,31 +36,29 @@
--md-accent-bg-color
:
hsla
(
0
,
0%
,
100%
,
1
);
--md-accent-bg-color
:
hsla
(
0
,
0%
,
100%
,
1
);
--md-accent-bg-color--light
:
hsla
(
0
,
0%
,
100%
,
0.7
);
--md-accent-bg-color--light
:
hsla
(
0
,
0%
,
100%
,
0.7
);
--md-typeset-a-color
:
#7b88cc
;
--md-typeset-a-color
:
var
(
--md-accent-fg-color
);
/* make links readable in main */
}
}
/* Setting footer's background color to match the theme */
/* Setting footer's background color to match the theme */
:root
>
*
{
:root
>
*
{
--md-footer-bg-color
:
#3d3d3d
;
--md-footer-fg-color
:
hsla
(
0
,
0%
,
100%
,
1
);
--md-footer-bg-color--dark
:
#3d3d3d
;
--md-footer-fg-color--light
:
hsla
(
0
,
0%
,
100%
,
0.7
);
--md-footer-fg-color--lighter
:
hsla
(
0
,
0%
,
100%
,
0.3
);
--md-footer-bg-color
:
hsla
(
0
,
0%
,
24%
,
0.87
);
--md-footer-bg-color--dark
:
hsla
(
0
,
0%
,
24%
,
0.32
);
}
}
/* Use the inver color on links in left and right navigation side */
/* Setting header and footer elements' color on hover to accent color */
.md-nav__link
:hover
{
.md-tabs__link
:hover
,
color
:
var
(
--md-accent-fg-color-invert
);
html
.md-footer-meta.md-typeset
a
:hover
,
.md-source
:hover
,
.md-search__input
:hover
+
label
{
/*color: var(--md-primary-fg-color--dark);*/
}
}
/* Dotted underline for links so they are visible. */
/* make links in main dotted */
.md-content
a
[
href
]
{
.md-content
a
[
href
]
{
text-decoration
:
underline
dotted
var
(
--md-accent-fg-color
);
text-decoration
:
underline
dotted
var
(
--md-accent-fg-color
);
}
}
/* make links in main dotted and invert color on hover */
.md-content
a
[
href
]
:hover
{
.md-content
a
[
href
]
:hover
{
color
:
var
(
--md-accent-fg-color-invert
);
color
:
var
(
--md-accent-fg-color-invert
);
text-decoration
:
underline
dotted
var
(
--md-accent-fg-color-invert
);
text-decoration
:
underline
dotted
var
(
--md-accent-fg-color-invert
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment