From 4ca3867233a5ee8706e2d69121052e7e959617f8 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 9 Dec 2021 15:30:18 -0500 Subject: [PATCH] more styling tweaks --- examples/app_library/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/examples/app_library/style.css b/examples/app_library/style.css index c1ea5445..b912d5f8 100644 --- a/examples/app_library/style.css +++ b/examples/app_library/style.css @@ -1,9 +1,14 @@ - child:hover { transition: 100ms; - background: #a6a6a6; + background: #b1a6a6; } child { border-radius: 5px; } - +gridview { + background: #474141; +} +window { + background: #474141; + border-radius: 15px; +}