From 3ae01289b6fbb52846b597a5859feaeaa454d5e9 Mon Sep 17 00:00:00 2001 From: barani-2502 Date: Thu, 29 Jan 2026 12:36:18 +0530 Subject: [PATCH 1/9] style: Add dark styles on content detail page for running, upcoming, history, leaderboard and discussion sections --- src/content_detail_page/empty_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content_detail_page/empty_history.html b/src/content_detail_page/empty_history.html index 4f159b6e7c..02b2e7bcb2 100644 --- a/src/content_detail_page/empty_history.html +++ b/src/content_detail_page/empty_history.html @@ -20,7 +20,7 @@

History is Empty

-

This section will display contents once they have been engaged with or completed.

+

This section will display contents once they have been engaged with or completed.

From 02a1d2d3bdf9a7b86ffa27fa2d1efc1eddc03144 Mon Sep 17 00:00:00 2001 From: barani-2502 Date: Sat, 31 Jan 2026 13:32:16 +0530 Subject: [PATCH 2/9] style: Add dark styles for notes and comments --- .../includes/comment_section.html | 38 +++++++++---------- .../includes/content_heading.html | 30 +++++++-------- .../includes/doubt_button.html | 2 +- .../includes/navigate_content.html | 6 +-- src/content_detail_page/notes.html | 6 +-- 5 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/content_detail_page/includes/comment_section.html b/src/content_detail_page/includes/comment_section.html index 88db92e308..c3965844ed 100644 --- a/src/content_detail_page/includes/comment_section.html +++ b/src/content_detail_page/includes/comment_section.html @@ -1,11 +1,11 @@
-
+
-

Comments

+

Comments

-
+
    {% for comment in comments %}
  • @@ -15,29 +15,29 @@

    Comm

- {{ comment.author }} - 4d ago + {{ comment.author }} + 4d ago {% if comment.warning %} Pending Moderation {% endif %}
-
+

{{ comment.text }}

- + {{ comment.upvotes }} - - + + {{ comment.downvotes }}
{% if comment.replies %}
- + @@ -54,19 +54,19 @@

Comm

- {{ reply.author }} - 4d ago + {{ reply.author }} + 4d ago
-
+

{{ reply.text }}

- + {{ reply.upvotes }} - - + + {{ reply.downvotes }} @@ -85,7 +85,7 @@

Comm

-
+
@@ -94,10 +94,10 @@

Comm
- +
- +

diff --git a/src/content_detail_page/includes/content_heading.html b/src/content_detail_page/includes/content_heading.html index e24f335c21..b0f1158fa7 100644 --- a/src/content_detail_page/includes/content_heading.html +++ b/src/content_detail_page/includes/content_heading.html @@ -1,18 +1,18 @@ -
-

What is Markup language?

+
+

What is Markup language?

- + - + - + @@ -29,13 +29,13 @@

What is Markup language?