From cc3a1811283ffb1205ed36e1328d0efb6e43e10a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 15 Mar 2019 20:29:44 +0100 Subject: [PATCH] prettier color --- prototypes/responsive-layout-flex.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prototypes/responsive-layout-flex.html b/prototypes/responsive-layout-flex.html index 97995aac..c822ac08 100644 --- a/prototypes/responsive-layout-flex.html +++ b/prototypes/responsive-layout-flex.html @@ -85,7 +85,6 @@ .description .last-message { font-size: 0.8em; - } .room-panel-placeholder, .room-panel { @@ -195,7 +194,7 @@ } .timeline-panel li { - background: darkblue; + background: blue; padding: 10px; margin: 10px; }