Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bash-rest-api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
Show more breadcrumbs
IML Open Source
bash-rest-api-client
Merge requests
!6
update css for h5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update css for h5
extend-authorization
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
extend-authorization
into
master
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
79abd7aa
Show latest version
1 file
+
9
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
79abd7aa
update css for h5
· 79abd7aa
Hahn Axel (hahn)
authored
8 months ago
docs/style.css
+
9
−
6
View file @ 79abd7aa
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,12 +10,13 @@
--brand-background
:
var
(
--body-background
);
--code-tag-border-color
:
#d8d8d8
;
--hr-color
:
none
;
--pager-background-color
:
#f8fafa
;
--pager-border-color
:
none
;
--search-field-background
:
none
;
--search-field-border-color
:
none
;
--sidebar-background
:
var
(
--body-background
);
--sidebar-border-color
:
none
;
--sidebar-link-active-background
:
#e8f4f6
;
--sidebar-link-active-background
:
#eee
;
--sidebar-link-active-background
:
#f0f4f6
;
/* Axels custom values */
--axel_bg-toc
:
var
(
--body-background
);
--axel_bg-toc-head
:
#f8f8f8
;
@@ -34,9 +35,9 @@
--axel_h2-hero-bottom
:
2px
solid
#912
;
--axel_h3
:
#333
;
--axel_h3-bottom
:
0px
solid
#ddd
;
--axel_h4
:
#4
44
;
--axel_h5
:
#
888
;
--axel_hero_bg
:
#f
8f8f8
;
--axel_h4
:
#4
66
;
--axel_h5
:
#
699
;
--axel_hero_bg
:
#f
af6f2
;
--axel_img-border
:
2px
dashed
#ccc
;
--axel_nav-bg
:
#fcfcfc
;
--axel_nav-buttomborder
:
#ddd
;
@@ -77,6 +78,8 @@
--axel_h2-hero-bottom
:
2px
solid
#712
;
--axel_h3
:
#589
;
--axel_h3-bottom
:
0px
solid
#333
;
--axel_h4
:
#478
;
--axel_h5
:
#278
;
--axel_hero_bg
:
#242424
;
--axel_img-border
:
2px
dashed
#555
;
--axel_nav-bg
:
#242424
;
@@ -278,7 +281,7 @@ div.hero h2 {
border-top-left-radius
:
1em
;
font-size
:
1.1em
;
margin
:
0
;
padding
:
0
;
padding
:
0
.3em
;
}
.TableOfContentsContainer__content
{
Loading