Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo Theme
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
MACAO
MACAO Hugo Theme
Commits
37c5cd01
Commit
37c5cd01
authored
5 months ago
by
Anthony
Browse files
Options
Downloads
Patches
Plain Diff
Change background color
parent
b4bd2162
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/_defaults.scss
+19
-0
19 additions, 0 deletions
assets/_defaults.scss
assets/themes/_tetras.scss
+10
-0
10 additions, 0 deletions
assets/themes/_tetras.scss
with
29 additions
and
0 deletions
assets/_defaults.scss
+
19
−
0
View file @
37c5cd01
...
...
@@ -64,3 +64,22 @@ $hint-colors: (
--hint-color-warning
:
#fd6
;
--hint-color-danger
:
#f66
;
}
@mixin
theme-tetras
{
// Custom variable for Tetras theme
--gray-100
:
rgba
(
255
,
255
,
255
,
0
.1
);
--gray-200
:
rgba
(
255
,
255
,
255
,
0
.2
);
--gray-500
:
rgba
(
255
,
255
,
255
,
0
.5
);
--color-link
:
#0000ff
;
--color-visited-link
:
#7d36fc
;
--body-background
:
#fdf6e3
;
--body-font-color
:
black
;
--icon-filter
:
black
;
--hint-color-info
:
#6bf
;
--hint-color-warning
:
#fd6
;
--hint-color-danger
:
#f66
;
}
This diff is collapsed.
Click to expand it.
assets/themes/_tetras.scss
0 → 100644
+
10
−
0
View file @
37c5cd01
:root
{
@include
theme-tetras
;
}
// Auto dark theme disabled until all new Macao elements are adapted for it
//@media (prefers-color-scheme: dark) {
// :root {
// @include theme-dark;
// }
//}
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