Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dark_theme_css: Fix border color for tables in message/chat. #29859

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 4, 2024

  1. css: Refactor css for markdown table border color.

    This refactor aims to make managing css for rendered
    markdown table easier by abstracting the css for table
    border color into a new variable in app_variable.
    PieterCK committed May 4, 2024
    Configuration menu
    Copy the full SHA
    79027be View commit details
    Browse the repository at this point in the history
  2. css: Refactor css for markdown thead background color.

    This refactor aims to make managing css for rendered
    markdown table easier by abstracting the css for thead
    background color into a new variable in app_variable.
    PieterCK committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8f27321 View commit details
    Browse the repository at this point in the history
  3. css: Add new css for rendered markdown table in dark mode.

    Add a new dark mode css in app_variable.css for rendered
    markdown tables. This rule sets a brighter color for tables
    in messages / chat to make it more visible when the user is
    using dark theme.
    
    Fixes zulip#29856.
    PieterCK committed May 4, 2024
    Configuration menu
    Copy the full SHA
    596f50d View commit details
    Browse the repository at this point in the history