Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijitMotekar99 authored Nov 9, 2024
2 parents 4feb18b + f412ba1 commit c461a18
Show file tree
Hide file tree
Showing 9 changed files with 2,121 additions and 1,924 deletions.
423 changes: 423 additions & 0 deletions blog.css

Large diffs are not rendered by default.

852 changes: 437 additions & 415 deletions blog.html

Large diffs are not rendered by default.

482 changes: 258 additions & 224 deletions category.html

Large diffs are not rendered by default.

554 changes: 248 additions & 306 deletions contact_us.html

Large diffs are not rendered by default.

556 changes: 243 additions & 313 deletions give_feedback.html

Large diffs are not rendered by default.

588 changes: 210 additions & 378 deletions index.html

Large diffs are not rendered by default.

570 changes: 290 additions & 280 deletions start_writing.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions start_writing.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ async function getWritingSuggestions() {


document.getElementById("getSuggestions").addEventListener("click", getWritingSuggestions);

19 changes: 11 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ h1 {
display: flex;
justify-content: center;
align-items: center;
color: #242e4c;
color: #3B3B58;
}

/* Icon style */
Expand All @@ -2429,38 +2429,41 @@ h1 {
#word-of-the-day #word {
font-weight: bold;
font-size: 1.2em;
color: #333;
color: #3B3B58;
margin: 10px 0;
}

/* Definition style */
#word-of-the-day #definition {
font-size: 1em;
color: #555;
color: #3B3B58;
margin: 10px 0;
}

/* Dark mode styles using [data-theme="dark"] */
[data-theme="dark"] #word-of-the-day {
border: 2px solid #555;
color: #ddd;
color: #3B3B58;
box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] #word-of-the-day h2 {
color: #ffffff; /* Brighter white for the header */
color: #3B3B58; /* Brighter white for the header */
}

[data-theme="dark"] #word-of-the-day hr {
background-color: #888;
background-color: #3B3B58;
}

[data-theme="dark"] #word-of-the-day #word {
color: #e0e0e0; /* Light white for the word */
color: #3B3B58; /* Light white for the word */
}

[data-theme="dark"] #word-of-the-day #definition {
color: #e0e0e0; /* Slightly dimmer white for the definition */
color: #3B3B58; /* Slightly dimmer white for the definition */
}
[data-theme="dark"] #word-of-the-day p {
color: #3B3B58; /* Slightly dimmer white for the definition */
}

/*
Expand Down

0 comments on commit c461a18

Please sign in to comment.