From cf0b06923dd0713adaa66103374607490153b029 Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Sat, 28 Jul 2018 17:35:29 -0400 Subject: [PATCH] Color tweaks for timestamp --- domain/document/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/document/export.go b/domain/document/export.go index 7f278883..7368f3bb 100644 --- a/domain/document/export.go +++ b/domain/document/export.go @@ -333,7 +333,7 @@ const ( padding: 0; } .export-stamp { - color: #dddddd; + color: #8b9096; font-size: 1.2rem; font-weight: normal; margin: 0 0 20px 0;