Removed all old SASS color variables.

This commit is contained in:
2020-07-05 04:27:46 +02:00
parent f4ef2d4cc2
commit e4144409f0
12 changed files with 90 additions and 126 deletions

View File

@@ -110,7 +110,7 @@ export default {
.photo {
height: 15rem;
box-shadow: 0 0 3px $shadow-weak;
box-shadow: 0 0 3px var(--darken-weak);
object-fit: cover;
}