From f3ccaaefd854f2721f23f9feb295f7cd72c1800a Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 21 Apr 2023 17:18:16 +0200 Subject: [PATCH] [minor] changed colors in examples stylesheets back to default --- stylesheets/desktop.css | 2 +- stylesheets/mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/desktop.css b/stylesheets/desktop.css index 713feb1..f25fc28 100644 --- a/stylesheets/desktop.css +++ b/stylesheets/desktop.css @@ -17,7 +17,7 @@ td { } th { - background-color: #17365c; + background-color: #999; color: #fff; border-radius: 2px; padding: 3px 1px; diff --git a/stylesheets/mobile.css b/stylesheets/mobile.css index 1be0ce2..10701b6 100644 --- a/stylesheets/mobile.css +++ b/stylesheets/mobile.css @@ -17,7 +17,7 @@ td { } th { - background-color: #17365c; + background-color: #999; color: #fff; border-radius: 3px; padding: 10px, 2px;