Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
62074c7a
Commit
62074c7a
authored
Oct 08, 2021
by
Dominik Hebeler
Browse files
fixed arrow color in darkmode
parent
de0af5bb
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/quicktips.less
View file @
62074c7a
...
...
@@ -76,6 +76,7 @@
.quicktip-headline {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.quicktip-title,
...
...
@@ -230,6 +231,10 @@
}
}
.mg-icon {
filter: @invert-state
}
.mg-icon-rot180 {
transition: transform 0.5s;
}
...
...
resources/less/metager/variables-dark.less
View file @
62074c7a
@import "./variables.less";
// Default Background Color
...
...
@@ -14,19 +13,21 @@
@card-background-color: @color-strong-grey;
// Default Borde Color
@border-color: #727272;
// Inverts color of svgs. Our Svgs are all black which means 0% invert for light and 100% for dark.
@invert-state: invert(100%);
// Story coloring
@story-privacy-background: @color-strong-grey;
@story-privacy-color: @color-almost-white;
@story-ngo-background:#200000;
@story-ngo-color:#ffaaaa;
@story-diversity-background:#000020;
@story-diversity-color:#aaaaff;
@story-eco-background:#002000;
@story-eco-color:#aaffaa;
@story-ngo-background:
#200000;
@story-ngo-color:
#ffaaaa;
@story-diversity-background:
#000020;
@story-diversity-color:
#aaaaff;
@story-eco-background:
#002000;
@story-eco-color:
#aaffaa;
@story-plugin-background: @color-almost-black;
@story-font-color: @color-almost-white;
@icon-color:0.9;
@icon-color:
0.9;
@searchbar-background-color: @color-almost-black;
...
...
@@ -34,4 +35,4 @@
@input-text: @color-almost-white;
@blacklist-entries-odd: @color-almost-black;
@blacklist-entries-even:rgb(30, 15, 0);
\ No newline at end of file
@blacklist-entries-even: rgb(30, 15, 0);
\ No newline at end of file
resources/less/metager/variables.less
View file @
62074c7a
...
...
@@ -12,6 +12,7 @@
@background-color: @color-white;
@background-color-mobile: #FAFAFA;
@sidebar-list-hover-color: @color-almost-white;
@invert-state: invert(0%); // Inverts color of svgs. Our Svgs are all black which means 0% invert for light and 100% for dark.
// Default Font
@metager-font: "Liberation Sans",
"Helvetica Neue",
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment