diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 86cb6a895..eb328e1fa 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -1,10 +1,14 @@ $color-dark-blue: #1A3C6C; -$color-orange: #EE8C3D; +$color-orange: darken(#EE8C3D, 10%); $color-grey: #6B748E; -$color-purple: #6975CF; +$color-purple: darken(#6975CF, 3%); $color-extralight: #F4F8FD; +a:not(.navbar *):not(.td-sidebar-nav *):not(.footer *):not(.about_banner_medias *):not(.about_header *):not(.downloadPanel *) { + color: #2f6bc0; + text-decoration: underline; +} .img-fluid, .td-content img { max-width: none; @@ -423,6 +427,7 @@ kbd { .row { margin: 0; + padding-bottom: 50px; } .banner { @@ -683,6 +688,10 @@ kbd { position: absolute; bottom: 10px; left: 20px; + a { + text-decoration: underline; + color: white; + } } &_links_block { @@ -710,12 +719,14 @@ kbd { &_nav { .active { + text-decoration: underline; color: white; } a { - color: $color-grey; + color: rgb(218, 215, 215); font-size: 1.2rem; + text-decoration: none; } } } @@ -834,8 +845,9 @@ kbd { background-color: $color-orange; padding: 15px 20px; border-radius: 20px; - color: white; - font-size: 1.5rem; + color: white!important; + font-size: 2rem; + text-wrap: nowrap; &:after { content: "→"; margin-right: 10px; @@ -915,6 +927,7 @@ kbd { li { color: $color-orange; margin-top: 5px; + // font-size: 1.5rem; &::marker { color: inherit; @@ -1122,6 +1135,10 @@ kbd { flex: unset; margin-bottom: 50px; } + + a { + text-decoration: underline; + } } .donation_section > img { @@ -1132,6 +1149,9 @@ kbd { position: relative; right: unset; margin: auto; + p { + font-size: 20px; + } } .carousel button.prev { @@ -1264,7 +1284,7 @@ kbd { } .big_button_orange { - font-size: 1rem !important; + font-size: 1.5rem !important; } .credits { diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c1c9767d0..a70445eef 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -89,7 +89,7 @@ {{ end }}