Skip to content
GitLab
Menu
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
48f762c9
Commit
48f762c9
authored
Oct 02, 2020
by
Kim Höfer
Browse files
change text colors to fit WCAG AAA requirements
parent
182a6769
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/startpage-only.less
View file @
48f762c9
...
...
@@ -84,11 +84,11 @@ html {
}
&>:nth-child(3) {
background-color: #edfdff;
color: #
1e5294
color: #
0C4690;
}
&>:nth-child(4) {
background-color: #e3ffe9;
color: #
1a922e
color: #
0c621A;
}
&>a {
...
...
@@ -212,17 +212,17 @@ footer {
}
#story-diversity > h1 {
color:
#1e5294
;
color:
#0c4690
;
}
#story-eco {
grid-area: "icn-eco";
background-color:
rgb(227, 255, 233)
;
background-color:
#e3ffe9
;
clip-path: polygon(0 0, 40% 0, 50% @clippathHeight, 60% 0, 100% 0, 100% 100%, 0 100%);
}
#story-eco > h1 {
color:#
1a922e
;
color:#
0c621a
;
}
#story-container #story-plugin > h1 {
font-size:60px;
...
...
@@ -263,11 +263,11 @@ a.story-button { // sets the story-button for all sections
color:#ffffff;
}
#story-diversity .story-button {
background-color: #
1e4494
;
background-color: #
0c4690
;
color:#ffffff;
}
#story-eco .story-button {
background-color:#
336633
;
background-color:#
0c621A
;
color:#ffffff;
}
#story-plugin .story-button {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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