Fit the tooltip shadow to the default variable

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-26 15:43:36 +02:00
parent 9080976975
commit 4febc4811a
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
padding: 5px 8px;
background-color: $color-main-background;
color: $color-main-text;
box-shadow: 0 1px 10px rgba(150, 150, 150, .75);
box-shadow: 0 1px 10px $color-box-shadow;
text-align: center;
border-radius: 3px;
}