Change header and input border color to secondary foreground.

This commit is contained in:
Bauke 2022-03-17 19:45:35 +01:00
parent 3082221c4d
commit 48bb588145
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
.page-header {
@include mixins.responsive-container;
border: 1px solid var(--df-1);
border: 1px solid var(--df-2);
margin-bottom: 16px;
h1 {
@ -12,7 +12,7 @@
}
img {
background-color: var(--df-1);
background-color: var(--df-2);
display: inline-block;
height: 4.5rem;
margin-right: 1rem;

View File

@ -16,7 +16,7 @@
.input-group {
background-color: var(--db-2);
border: 1px solid var(--df-1);
border: 1px solid var(--df-2);
padding: 8px;
label,