Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
MetaGer
Commits
182c29cc
Commit
182c29cc
authored
5 years ago
by
Aria Givi
Committed by
Phil Höfer
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
deleted duplicate variables
parent
5c5d13a1
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1556
Development
,
!1506
Resolve "Dark stylesheet alternative"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/less/metager/metager-dark.less
+1
-9
1 addition, 9 deletions
resources/less/metager/metager-dark.less
resources/less/metager/variables-dark.less
+1
-23
1 addition, 23 deletions
resources/less/metager/variables-dark.less
with
2 additions
and
32 deletions
resources/less/metager/metager-dark.less
+
1
−
9
View file @
182c29cc
...
...
@@ -5,15 +5,7 @@
// General
@import "./general/general.less";
// Pages
@import "./pages/contact.less";
@import "./pages/donation.less";
@import "./pages/help_faq.less";
@import "./pages/language.less";
@import "./pages/privacy.less";
@import "./pages/resultpage.less";
@import "./pages/start-page.less";
@import "./pages/widget.less";
@import "./pages/settings.less";
@import "./pages/all.less";
// Parts
@import "./parts/aufruf-winter.less";
@import "./parts/footer.less";
...
...
This diff is collapsed.
Click to expand it.
resources/less/metager/variables-dark.less
+
1
−
23
View file @
182c29cc
@import "./variables.less";
// MetaGer Brand Color
@metager-orange: #FF8000;
// Shades of Gray
@color-white: white;
@color-almost-white: mix(@color-white, @color-black, 90%);
@color-light-grey: mix(@color-white, @color-black, 75%);
@color-grey: mix(@color-white, @color-black, 50%);
@color-strong-grey: mix(@color-white, @color-black, 25%);
@color-almost-black: mix(@color-white, @color-black, 10%);
@color-black: black;
// Default Background Color
@background-color: @color-almost-black;
@background-color-mobile: @color-almost-black;
// Default Font
@metager-font:
"Liberation Sans",
"Helvetica Neue",
"Helvetica",
"Arial",
sans-serif;
// General text color.
@text-color: @color-white;
// Default textual link color.
@link-color: #FF8000;
// Default Mini-Padding
@padding-small-default: 8px;
// Screen sizes
@screen-mobile: 760px;
@screen-small: 1000px;
@screen-medium: 1200px;
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