From 04fb8031ee53149ff62e783c7078ef656251cc84 Mon Sep 17 00:00:00 2001 From: maaz138 Date: Thu, 25 Aug 2022 00:38:10 +0500 Subject: [PATCH] Minor changes --- src/layouts/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.css b/src/layouts/index.css index b95d469e..874b5163 100644 --- a/src/layouts/index.css +++ b/src/layouts/index.css @@ -119,7 +119,7 @@ } .next { - color: #d74f25; + color: #eb4715; float: right; } @@ -149,7 +149,7 @@ } .klipse-result::before { - content: "Result"; + content: "Result: "; font-weight: bold; background-color: white; position: absolute;