Skip to content

Commit 5734feb

Browse files
committed
fixed colors and icons
1 parent b26451a commit 5734feb

11 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/_dashboard/static/css/dashboard.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,17 @@ body > main {
141141
justify-content: space-between;
142142
gap: 0.5rem;
143143
font-size: 0.9rem;
144-
background-color: #4ade80;
145-
border: 1px solid #16a34a;
146-
color: #000;
144+
background-color: var(--pico-secondary-background);
145+
border: 1px solid var(--pico-secondary-border);
146+
color: var(--pico-secondary-inverse);
147147
}
148148

149149
.app-grid button.btn-app:hover,
150150
.app-grid button.btn-app:focus,
151151
.app-grid button.btn-app:active {
152-
background-color: #22c55e;
153-
border-color: #15803d;
154-
color: #000;
152+
background-color: var(--pico-secondary-hover-background);
153+
border-color: var(--pico-secondary-hover-border);
154+
color: var(--pico-secondary-inverse);
155155
}
156156

157157
.app-grid button.btn-app.has-error,

apps/_dashboard/static/favicon.ico

0 Bytes
Binary file not shown.

apps/_default/static/favicon.ico

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

apps/_minimal/static/favicon.ico

0 Bytes
Binary file not shown.

apps/_scaffold/static/favicon.ico

0 Bytes
Binary file not shown.

apps/_websocket/static/favicon.ico

0 Bytes
Binary file not shown.

apps/fadebook/static/favicon.ico

0 Bytes
Binary file not shown.

apps/showcase/static/favicon.ico

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)