diff --git a/src/app/app.component.html b/src/app/app.component.html index 99555d9611506202a553643eb883e3a049a3e42e..53012e8dfba94a0ff295e2488a26d91c0595dfe0 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -41,5 +41,6 @@ <footer class="footer navbar-dark bg-dark mt-4 py-2"> <div class="container"> + <!-- <span class="text-muted">© copyright here</span> --> </div> </footer> diff --git a/src/app/stepbar/stepbar.component.css b/src/app/stepbar/stepbar.component.css index 4cd8245328548c7821a8b050dbee49035316a5d4..5e4c75c27f429797b40b941f6ac554da3478eade 100644 --- a/src/app/stepbar/stepbar.component.css +++ b/src/app/stepbar/stepbar.component.css @@ -82,7 +82,13 @@ .stepped-process-item:nth-child(8) { z-index: 1; } + .stepped-process-item.active { + background-color: #f88378 !important; +} +.stepped-process-item.active a { color: #ffffff !important; - background-color: #4170d8 !important; +} +.stepped-process-item a { + text-decoration: none; } diff --git a/src/app/templates-section/templates-section.component.css b/src/app/templates-section/templates-section.component.css index 080b4d60ba762af7184be9ebbbc8ec2b2c156953..0e1988c76128814b67afcbb2b7d3a8ba69b09826 100644 --- a/src/app/templates-section/templates-section.component.css +++ b/src/app/templates-section/templates-section.component.css @@ -18,7 +18,6 @@ } .readme:hover { text-decoration: underline; - color: #4170d8; } /* extension badge */ .extension-badge { diff --git a/src/app/variable-editor/variable-editor.component.css b/src/app/variable-editor/variable-editor.component.css index 4047e3be55038d2486bf33198a2c21747de381f3..82bbd99af6149d5e85267a72ae1175fd531ebaa4 100644 --- a/src/app/variable-editor/variable-editor.component.css +++ b/src/app/variable-editor/variable-editor.component.css @@ -25,7 +25,7 @@ input:invalid { } .form-group.advanced>.col-form-label::after { content: "ADV."; - color: #4170d8; + color: #f88378; font-weight: normal; position: relative; top: -0.5em; diff --git a/src/assets/img/tbc-50.png b/src/assets/img/tbc-50.png index 956fe395ded4588bd0882633cfc6dce1cc49d13b..0d0913eeb2ddadee5a87fc1e8778d769ef40b8c3 100644 Binary files a/src/assets/img/tbc-50.png and b/src/assets/img/tbc-50.png differ diff --git a/src/styles.css b/src/styles.css index bf2f351868d48c314acdaad2c1b7472f50c3c273..210618c0b1b718615547d1b000b2b22636e7d7a9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,9 +9,8 @@ html, body { :root { /* force no copyrighted font */ --font-family-sans-serif: Helvetica,Arial,sans-serif; - --primary-color: #4170d8; - --text-color: #4170d8; - --background-color: #4170d8; + --primary-color: #f88378; + --text-color: #f88378; } /* use all available width up to 1320px */ @@ -47,7 +46,7 @@ markdown p { border-color: #000 !important; } .btn-group-toggle>.btn-secondary:hover { - color: #4170d8; + color: #f88378; background-color: #fff; border-color: #ccc; } @@ -179,38 +178,38 @@ markdown p { display: none !important; } .nav-link:hover { - color: #4170d8 !important; + color: #f88378 !important; } .navbar-nav .nav-link.active { - color: #4170d8 !important; + color: #f88378 !important; } .btn-toggle:hover { - color: #4170d8 !important; + color: #f88378 !important; } .btn-toggle:active { color: #fff !important; - background-color: #4170d8 !important; - border-color: #4170d8 !important; + background-color: #f88378 !important; + border-color: #f88378 !important; } .form-check-input:checked { - background-color: #4170d8 !important; - border-color: #4170d8 !important; + background-color: #f88378 !important; + border-color: #f88378 !important; } .form-check-input:active { - background-color: #4170d8 !important; - border-color: #4170d8 !important; + background-color: #f88378 !important; + border-color: #f88378 !important; } .title:hover { - color: #4170d8 !important; + color: #f88378 !important; } .title { color: #fff !important; } a:hover { - color: #4170d8 !important; + color: #f88378 !important; } .btn-secondary:active { color: #fff !important; - background-color: #4170d8 !important; - border-color: #4170d8 !important; -} \ No newline at end of file + background-color: #f88378 !important; + border-color: #f88378 !important; +}