Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo
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
David Beniamine
MACAO Hugo
Commits
edc505cd
Commit
edc505cd
authored
5 months ago
by
Anthony
Browse files
Options
Downloads
Patches
Plain Diff
Reorganize variable management
parent
82911421
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
macao/assets/_custom.scss
+12
-4
12 additions, 4 deletions
macao/assets/_custom.scss
with
12 additions
and
4 deletions
macao/assets/_custom.scss
+
12
−
4
View file @
edc505cd
body
{
// Global theme colors are defined in macao/themes/macao-hugo-theme/assets/_defaults.scss and go to @mixin theme-tetras
--quizz-backgourd-color
:
#00000
;
--feedback-sucess-color
:
lightgreen
;
--feedback-error-color
:
#ef5d5d
;
--secondary-background-color
:
white
;
--macao-primary-color
:
#2aa198
;
--macao-secondary-color
:
#268bd2
;
// To edit HUGO theme colors see macao/themes/macao-hugo-theme/assets/themes/_tetras.scss
// To edit SurveyJs colors see TODO create custom theme for SurveyJs
}
...
...
@@ -96,6 +93,17 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
background-color
:
var
(
--
secondary-background-color
);
}
a
{
color
:
var
(
--
macao-primary-color
);
}
a
.active
{
color
:
var
(
--
macao-secondary-font-color
)
!
important
;
background-color
:
var
(
--
macao-primary-color
);
border-radius
:
5px
;
padding
:
5px
;
}
// ***********************************
// Comment on page
// ***********************************
...
...
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