Compare commits

...

2 Commits

Author SHA1 Message Date
Amir Raminfar 658efd0538 Release 4.0.2 2022-08-22 09:36:39 -07:00
Amir Raminfar eba4cec7d6 Fixes light theme. Fixes #1855 2022-08-22 09:33:35 -07:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -53,6 +53,7 @@ $light-toolbar-color: rgba($grey-darker, 0.7);
--body-background-color: #{$black-bis};
--action-toolbar-background-color: #{$dark-toolbar-color};
--body-color: #{$grey-lighter};
--menu-item-active-background-color: var(--primary-color);
--menu-item-color: hsl(0, 6%, 87%);
@@ -83,9 +84,10 @@ $light-toolbar-color: rgba($grey-darker, 0.7);
--action-toolbar-background-color: #{$light-toolbar-color};
--body-color: #{$grey-darker};
--menu-item-active-background-color: var(--primary-color);
--menu-item-color: #{$grey-dark};
--menu-item-hover-background-color: #eee8e7;
--menu-item-hover-color: #{black-ter};
--menu-item-hover-color: #{$black-ter};
--panel-heading-background-color: var(--secondary-color);
--panel-heading-color: var(--text-strong-color);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dozzle",
"version": "4.0.1",
"version": "4.0.2",
"description": "Realtime log viewer for docker containers. ",
"homepage": "https://github.com/amir20/dozzle#readme",
"bugs": {