From 4c2184ce7ebf9c663abf9140550de3914261ba82 Mon Sep 17 00:00:00 2001 From: bo Date: Fri, 30 Jun 2023 23:09:47 +0200 Subject: [PATCH] adding filter on img and changing text color --- web/style.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/web/style.css b/web/style.css index 5cd195e..d9f813b 100644 --- a/web/style.css +++ b/web/style.css @@ -5,13 +5,17 @@ body { margin-right: 5%; } + pre { + color: #418; + } + h1 { - color: black; + color: #418;; text-align: left; } h2 { - color: black; + color: #418; text-align: left; } @@ -38,10 +42,14 @@ body { position: relative; width: 300px; height: 54px; + display: inline-flex; + padding: 0.3rem; } img { - position: relative; - padding-left: 5%; - width: 400px; + position: relative; + width: 400px; + padding: 0.5rem; + padding-left: 10%; + filter: hue-rotate(215deg); } \ No newline at end of file