Skip to content

Commit

Permalink
Merge pull request #941 from oslokommune/change_border_color
Browse files Browse the repository at this point in the history
Changed border color from yellow to dark blue
  • Loading branch information
annemerete authored Dec 5, 2023
2 parents 534f9a7 + 19c7e36 commit 0711e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/KeyResultValuesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
&:nth-child(1) {
text-wrap: nowrap;
border-left: 0.125rem solid var(--color-yellow-50);
border-left: 0.125rem solid var(--color-blue-dark);
}
&:nth-child(2) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/panes/KeyResultPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default {
gap: 1rem;
padding: 1.5rem;
background-color: var(--color-white);
border-left: 0.125rem solid var(--color-yellow-50);
border-left: 0.125rem solid var(--color-blue-dark);
}
&__header {
Expand Down

0 comments on commit 0711e69

Please sign in to comment.