Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
doks-test
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine-perso
doks-test
Commits
a79cf7d4
Commit
a79cf7d4
authored
1 year ago
by
Antoine Roy
Browse files
Options
Downloads
Patches
Plain Diff
try to fix problem css on blog and doc part
parent
90eb2c3c
No related branches found
No related tags found
No related merge requests found
Pipeline
#1574
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/scss/common/_custom.scss
+2
-1
2 additions, 1 deletion
assets/scss/common/_custom.scss
assets/scss/common/_variables-custom.scss
+9
-0
9 additions, 0 deletions
assets/scss/common/_variables-custom.scss
with
11 additions
and
1 deletion
assets/scss/common/_custom.scss
+
2
−
1
View file @
a79cf7d4
...
...
@@ -29,6 +29,7 @@
.nav-item
a
:hover
{
color
:
$tetra-green
;
}
a
{
color
:
$tetra-green
}
...
...
This diff is collapsed.
Click to expand it.
assets/scss/common/_variables-custom.scss
+
9
−
0
View file @
a79cf7d4
...
...
@@ -8,3 +8,12 @@ $tetra-green : #5a8264;
// Dark mode
$tetra-green
:
#5a8264
;
// Put your custom SCSS variables here
// Light mode
$primary
:
#5a8264
;
// affects ToC links only, though `$link-color: $primary;`
$link-color
:
#5a8264
;
// affects other links, except primary button variants
// Dark mode
$link-color-dark
:
#5a8264
;
// affect all links, except primary button variants
$button-color-dark
:
$link-color-dark
;
// affects primary button variants
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