Skip to content

Commit ba2bb01

Browse files
janfaracikNotMyFaulttimja
authored
Add colors for updated breadcrumb bar and footer (#219)
Co-authored-by: Alexander Brandes <[email protected]> Co-authored-by: Tim Jacomb <[email protected]>
1 parent f2d27a0 commit ba2bb01

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[ platform: "linux", jdk: "8" ],
32
[ platform: "linux", jdk: "11" ],
43
[ platform: 'linux', jdk: '17' ]
54
])

src/main/frontend/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/* Text */
2121
--text-color: rgb(250, 250, 255);
22-
--text-color-secondary: rgb(200, 200, 205);
22+
--text-color-secondary: rgb(160, 160, 165);
2323
--call-to-action-text-color: var(--dark-theme-bg-medium);
2424
--call-to-action-link-color: var(--call-to-action-text-color);
2525

@@ -63,6 +63,10 @@
6363
--breadcrumbs-text-color: var(--text-color);
6464
--breadcrumbs-item-bg-color--hover: var(--dark-theme-bg-dark);
6565
--breadcrumbs-border: var(--dark-theme-bg-dark-grey);
66+
--breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);
67+
68+
/* Footer */
69+
--footer-background: hsl(240, 6%, 9%, 0.8);
6670

6771
/* Tooltips */
6872
--tooltip-background: hsl(240, 6%, 23%);

0 commit comments

Comments
 (0)