-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
This PR updates all notes section cards to properly support dark theme by using Docusaurus theme variables. The changes ensure consistent text visibility across both light and dark themes.
Changes Made
Updated card styling in all notes sections:
blockchain.md
devops.md
dsa.md
gen-ai.md
web-dev.md
Implemented Docusaurus theme variables:
var(--ifm-card-background-color) for card backgrounds
var(--ifm-font-color-base) for regular text
var(--ifm-heading-color) for headings
var(--ifm-link-color) for links
var(--ifm-color-emphasis-300) for borders
var(--ifm-color-emphasis-200) for shadows
Use Case
his PR updates all notes section cards to properly support dark theme by using Docusaurus theme variables. The changes ensure consistent text visibility across both light and dark themes.
Benefits
this PR updates all notes section cards to properly support dark theme by using Docusaurus theme variables. The changes ensure consistent text visibility across both light and dark themes.
Add ScreenShots
Priority
High
Record
- I have read the Contributing Guidelines
- I'm a GSSOC contributor
- I have starred the repository