[epiphany/wip/cdavis/empty-page-styling] about.css: Match HdyStatusPage styling in incognito mode



commit d227deb003270ed14a36676b34001862d4bf29b8
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Feb 11 00:56:05 2021 -0800

    about.css: Match HdyStatusPage styling in incognito mode

 src/resources/about.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index e9f409196..1939faf5e 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -234,8 +234,11 @@ html.epiphany-html {
 }
 
 .incognito-body h1 {
-    opacity: 0.55; /* Adwaita's dim-label */
     text-align:center;
+    /* Imitate styling from HdyStatusPage */
+    font-size: 24pt;
+    font-weight: bold;
+    text-shadow: none;
 }
 
 .incognito-body-image {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]