black to white

This commit is contained in:
Philipp Kühn
2021-01-29 11:46:19 +01:00
parent 8ca5e70b58
commit d006f96fb3
6 changed files with 44 additions and 91 deletions

View File

@@ -12,10 +12,11 @@
max-height: 50rem;
overflow: auto;
scroll-behavior: smooth;
border: 1px solid rgba($colorBlack, 0.1);
}
&__source {
border: 1px solid rgba($colorWhite, 0.1);
border: 1px solid rgba($colorBlack, 0.1);
background-color: $colorBlack;
}