Skip to content

Variable keys names not visibles on dark theme #26

Description

@damsfx

All dumped variables keys are not visible when in dark theme scheme.

packages versions:

barryvdh/laravel-debugbar 3.15.4
php-debugbar/php-debugbar 2.1.6
winter/wn-debugbar-plugin 4.0.6

Light :
Image

Dark :
Image

An inline CSS rule is apply to all sf-dump-public elements regardless of the theme scheme:

.phpdebugbar pre.sf-dump .sf-dump-public {
  color: #000000;
}

Maybe we need to update latest dependencies versions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions