Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
distributed-press-onboarding-jekyll-theme
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
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
sutty
jekyll
distributed-press-onboarding-jekyll-theme
Commits
35f0d291
Commit
35f0d291
authored
4 months ago
by
Elihu
Browse files
Options
Downloads
Patches
Plain Diff
fix: background-images, colors
parent
48d2f572
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_data/theme.yml
+5
-0
5 additions, 0 deletions
_data/theme.yml
assets/css/styles.scss
+12
-0
12 additions, 0 deletions
assets/css/styles.scss
with
17 additions
and
0 deletions
_data/theme.yml
+
5
−
0
View file @
35f0d291
...
...
@@ -6,6 +6,8 @@ vendor_prefixes:
-
"
-o-"
-
"
-moz-"
bezier
:
"
cubic-bezier(0.75,
0,
0.25,
1);"
primary
:
"
#fd6014"
secondary
:
"
#7a2ad84e"
colors
:
black
:
"
#000000"
white
:
"
#ffffff"
...
...
@@ -140,6 +142,9 @@ background_positions_y:
-
"
right"
background_images
:
example
:
"
$background-example"
call-to-actions
:
"
$background-call-to-actions"
menu
:
"
$background-menu"
faqs
:
"
$background-faqs"
grid_breakpoints
:
xs
:
"
0"
sm
:
"
576px"
...
...
This diff is collapsed.
Click to expand it.
assets/css/styles.scss
+
12
−
0
View file @
35f0d291
...
...
@@ -2,6 +2,9 @@
---
$
background-example
:
'../../{{ "public/placeholder.png" | default: "public/placeholder.png" | uri_escape }}'
;
$background-call-to-actions
:
'../../{{ "public/background_details.png" | default: "public/background_details.png" | uri_escape }}'
;
$background-menu
:
'../../{{ "public/background_menu.png" | default: "public/background_menu.png" | uri_escape }}'
;
$background-faqs
:
'../../{{ "public/background_details_2.png" | default: "public/background_details_2.png" | uri_escape }}'
;
$breadcrumb-divider
:
none
;
$breadcrumb-bg
:
transparent
;
...
...
@@ -47,3 +50,12 @@ $breadcrumb-active-color: black;
display
:
block
;
height
:
141px
;
}
.linear-gradient
{
border-image
:
linear-gradient
(
45deg
,
red
,
lime
,
blue
)
1
;
}
.degrade-button
{
background
:
linear-gradient
(
45deg
,
#fd6014
,
#7a2ad8
4e
);
border
:
none
;
}
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