Skip to content
Snippets Groups Projects
Commit 349caf81 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

improve a11y for text-info

parent d03e344f
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,9 @@ $close-font-weight: 500; ...@@ -40,6 +40,9 @@ $close-font-weight: 500;
$mark-padding: 0.2em 0; $mark-padding: 0.2em 0;
$mark-bg: yellow; $mark-bg: yellow;
// Colors
$info: #0a8299;
@import "font"; @import "font";
@import "bootstrap"; @import "bootstrap";
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
title: "previsions.title", title: "previsions.title",
items: [ items: [
{ path: "/previsions", title: "futuremembers" }, { path: "/previsions", title: "futuremembers" },
{ path: "/previsions/futures_sorties", title: "futureexits" }, { path: "/previsions/futures_sorties", title: "futureexits" }
] ]
}, },
{ {
...@@ -60,7 +60,10 @@ export default { ...@@ -60,7 +60,10 @@ export default {
--text-primary-color: var(--white); --text-primary-color: var(--white);
--text-secondary-color: #c9c9c9; --text-secondary-color: #c9c9c9;
--background-color-primary: var(--dark); --background-color-primary: var(--dark);
--background-color-secondary: hsl(210, 16%, 60%); --background-color-secondary: #5d6164;
.text-info {
color: #22b2c2 !important;
}
} }
.app { .app {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment