From 621f819a4fba9df4e5a7ce4b7704c36f52cff20b Mon Sep 17 00:00:00 2001 From: sabhansali <156528716+sabhansali@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:51:51 +0530 Subject: [PATCH 1/2] added icons to the side bar --- css/style.css | 20 +++++++++++++++++++- index.html | 6 +++--- js/script.js | 14 +++++++++++--- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index ccb5d1a..a73fa6e 100644 --- a/css/style.css +++ b/css/style.css @@ -1345,7 +1345,7 @@ nav ul li a { font-size: 20px; } -nav ul li a:hover { +nav ul li a:hover, nav ul li #pauseStartBtn:hover { color: #ff7f50; } @@ -2700,4 +2700,22 @@ goog-logo-link, .light-mode *{ font-size: 10px !important; } +} + +#pauseStartBtn { + display: flex; + align-items: center; + font-size: 20px; /* Adjust this value to match your desired font size */ + text-decoration: none; + color: white; /* This ensures the link color matches your design */ +} + +#pauseStartBtn i { + margin-right: 0.5em; /* Adds some space between the icon and text */ + font-size: 20px; /* Makes the icon the same size as the text */ +} + +#pauseStartBtn .button-text { + font-size: 20px; /* Ensures the text is the same size as other text */ + font-family: inherit; /* Use the same font as the rest of your UI */ } \ No newline at end of file diff --git a/index.html b/index.html index 46e7fdd..f771641 100644 --- a/index.html +++ b/index.html @@ -184,11 +184,11 @@