From 2b0aad2e76c5985b5cc16fde66e510311fde6315 Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:33:46 +0530
Subject: [PATCH 1/2] Update Menu.js
Add blog option
---
src/components/home/Menu.js | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/src/components/home/Menu.js b/src/components/home/Menu.js
index 5b0ff527..90bf8886 100644
--- a/src/components/home/Menu.js
+++ b/src/components/home/Menu.js
@@ -80,6 +80,22 @@ export default function MenuButton() {
)}
+
+ {({ active }) => (
+
+
+ Blog
+
+
+ )}
+
{({ active }) => (
From c275383757c941b362fe04097b366501e90ae4dd Mon Sep 17 00:00:00 2001
From: Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>
Date: Mon, 7 Feb 2022 00:34:55 +0530
Subject: [PATCH 2/2] Update main.css
updated `font-weight` to `700` for bold
---
src/css/main.css | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/css/main.css b/src/css/main.css
index 3c9deb2d..b68d0465 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -27,13 +27,14 @@ p {
@apply text-gray-500 dark:text-gray-300;
}
-p a,.prose a {
- @apply text-blue-500 dark:text-blue-300 no-underline hover:underline;
+p a,
+.prose a {
+ @apply text-blue-500 no-underline hover:underline dark:text-blue-300;
}
.prose p code,
li code {
- @apply text-gray-700 dark:text-white bg-gray-200 dark:bg-gray-600;
+ @apply bg-gray-200 text-gray-700 dark:bg-gray-600 dark:text-white;
}
hr {
@@ -41,9 +42,13 @@ hr {
}
thead tr th {
- @apply text-gray-700 dark:text-white bg-gray-200 dark:bg-gray-600;
+ @apply bg-gray-200 text-gray-700 dark:bg-gray-600 dark:text-white;
}
.prose {
@apply text-gray-500 dark:text-gray-300;
}
+
+.prose strong {
+ font-weight: 700;
+}
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy