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
Commits
1e1cb06b
Commit
1e1cb06b
authored
8 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Plain Diff
Merge branch 'extend-authorization' into 'master'
Extend authorization See merge request
!7
parents
2ce89bd5
23845b9e
No related branches found
No related tags found
1 merge request
!7
Extend authorization
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/style.css
+8
-12
8 additions, 12 deletions
docs/style.css
with
8 additions
and
12 deletions
docs/style.css
+
8
−
12
View file @
1e1cb06b
/*
/*
override css elements of daux.io blue theme
override css elements of daux.io blue theme
version 2024-10-2
3
version 2024-10-2
4
*/
*/
:root
{
:root
{
/* Axels Overrides */
/* Axels Overrides */
...
@@ -8,7 +8,9 @@
...
@@ -8,7 +8,9 @@
--link-color
:
#228
;
--link-color
:
#228
;
--brand-color
:
var
(
--color-text
);
--brand-color
:
var
(
--color-text
);
--brand-background
:
var
(
--body-background
);
--brand-background
:
var
(
--body-background
);
--code-tag-border-color
:
#d8d8d8
;
--code-tag-background-color
:
#f0f3f3
;
--code-tag-border-color
:
#dee
;
--code-tag-box-shadow
:
none
;
--hr-color
:
none
;
--hr-color
:
none
;
--pager-background-color
:
#f8fafa
;
--pager-background-color
:
#f8fafa
;
--pager-border-color
:
none
;
--pager-border-color
:
none
;
...
@@ -22,9 +24,7 @@
...
@@ -22,9 +24,7 @@
--axel_bg-toc-head
:
#f8f8f8
;
--axel_bg-toc-head
:
#f8f8f8
;
--axel_brand-background
:
none
;
--axel_brand-background
:
none
;
--axel_brand-pre-background
:
rgb
(
255
,
0
,
51
);
--axel_brand-pre-background
:
rgb
(
255
,
0
,
51
);
;
--axel_brand-pre-background-hover
:
rgb
(
255
,
0
,
51
);
--axel_brand-pre-background-hover
:
rgb
(
255
,
0
,
51
);
;
--axel_h1_header
:
none
;
--axel_h1_header
:
none
;
--axel_h1
:
#111
;
--axel_h1
:
#111
;
--axel_h1-bg
:
none
;
--axel_h1-bg
:
none
;
...
@@ -35,13 +35,13 @@
...
@@ -35,13 +35,13 @@
--axel_h2-hero-bottom
:
2px
solid
#912
;
--axel_h2-hero-bottom
:
2px
solid
#912
;
--axel_h3
:
#333
;
--axel_h3
:
#333
;
--axel_h3-bottom
:
0px
solid
#ddd
;
--axel_h3-bottom
:
0px
solid
#ddd
;
--axel_h4
:
#4
66
;
--axel_h4
:
#4
78
;
--axel_h5
:
#699
;
--axel_h5
:
#699
;
--axel_hero_bg
:
#faf
6f2
;
--axel_hero_bg
:
#faf
8f6
;
--axel_img-border
:
2px
dashed
#ccc
;
--axel_img-border
:
2px
dashed
#ccc
;
--axel_nav-bg
:
#fcfcfc
;
--axel_nav-bg
:
#fcfcfc
;
--axel_nav-buttomborder
:
#ddd
;
--axel_nav-buttomborder
:
#ddd
;
--axel_pre-background
:
#f
8
f8f
8
;
--axel_pre-background
:
#f
a
f8f
6
;
--axel-th-background
:
#e0e4e8
;
--axel-th-background
:
#e0e4e8
;
--axel-article-nav-border-top
:
0px
dotted
#ddd
;
--axel-article-nav-border-top
:
0px
dotted
#ddd
;
}
}
...
@@ -306,11 +306,7 @@ ul.TableOfContents ul {
...
@@ -306,11 +306,7 @@ ul.TableOfContents ul {
content
:
'✏️ '
;
content
:
'✏️ '
;
}
}
.Links
a
[
href
^=
"https://github.com/"
]
::before
{
.Links
a
::before
{
content
:
'🌐 '
;
}
.Links
a
[
href
^=
"https://git-repo.iml.unibe.ch/"
]
::before
{
content
:
'🌐 '
;
content
:
'🌐 '
;
}
}
...
...
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