diff --git a/assets/css/style.scss b/assets/css/style.scss index 66d32e45ee5035a0deb16be56f4f587fe673cc32..386cb976f810d6c0a9115b0a6e43d6f078a78b12 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -40,6 +40,9 @@ $close-font-weight: 500; $mark-padding: 0.2em 0; $mark-bg: yellow; +// Colors +$info: #0a8299; + @import "font"; @import "bootstrap"; diff --git a/layouts/default.vue b/layouts/default.vue index 6061a0cbb5811cd2db9e76f7b7760d9697f4143c..28221633e4872558743eeffc20d6943c5590acfa 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -23,7 +23,7 @@ export default { title: "previsions.title", items: [ { path: "/previsions", title: "futuremembers" }, - { path: "/previsions/futures_sorties", title: "futureexits" }, + { path: "/previsions/futures_sorties", title: "futureexits" } ] }, { @@ -60,7 +60,10 @@ export default { --text-primary-color: var(--white); --text-secondary-color: #c9c9c9; --background-color-primary: var(--dark); - --background-color-secondary: hsl(210, 16%, 60%); + --background-color-secondary: #5d6164; + .text-info { + color: #22b2c2 !important; + } } .app {