From aaf27a7b9b5ff8620a32f30fc50ba59f731e8409 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Thu, 31 Jan 2019 13:08:29 +0300 Subject: [PATCH] style: transparentize text color --- src/style.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.sass b/src/style.sass index 2b782ad..c080e9f 100644 --- a/src/style.sass +++ b/src/style.sass @@ -9,6 +9,7 @@ body font-family: 'Roboto', sans-serif font-size: 18px padding: 2rem + color: transparentize(black, 0.1) > * width: 100%