Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
asciidoc-wg.eclipse.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Working Groups
AsciiDoc WG
asciidoc-wg.eclipse.org
Merge requests
!31
resolves
#30
extend background image over menu
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
resolves
#30
extend background image over menu
github/fork/Mogztter/issue-30-hero-bg-image
into
main
Overview
5
Commits
1
Changes
4
Merged
Christopher Guindon
requested to merge
github/fork/Mogztter/issue-30-hero-bg-image
into
main
4 years ago
Overview
5
Commits
1
Changes
4
Expand
Created by: Mogztter
resolves
#30 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
fa5af5d9
1 commit,
3 years ago
4 files
+
76
−
17
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
less/_variables.less
+
12
−
4
Options
@@ -21,13 +21,21 @@
@@ -21,13 +21,21 @@
@brand-info-light: #dbe3f8;
@brand-info-light: #dbe3f8;
@brand-warning: @brand-primary;
@brand-warning: @brand-primary;
@border-color: #ccc;
@border-color: #ccc;
//== Breadcrumb
//== Breadcrumb
@breadcrumb-color:#fff;
@breadcrumb-hover:@brand-quaternary;
@breadcrumb-active-color:#fff;
@breadcrumb-background: #e8e8e8;
@breadcrumb-background: #e8e8e8;
@breadcrumb-active-color: #202020;
@breadcrumb-color: #141414;
@breadcrumb-color: #141414;
@breadcrumb-hover: lighten(#141414, 10%);
@breadcrumb-hover: lighten(#141414, 10%);
//== Menu
@main-menu-link-color: #fff;
@main-menu-link-active-color: #ccc;
@mobile-menu-dropdown-menu-color: black;
@mobile-main-menu-link-border-bottom: 1px solid #2f2f2f;
@mobile-menu-nav-background: #43434369;
@mobile-menu-open-active-background: #78787869;
@mobile-menu-background: transparent;
@header-toolbar-background-color: transparent;
Loading