Skip to content

Commit

Permalink
Fix Card Title color (hobbyfarm#194)
Browse files Browse the repository at this point in the history
* Fix Card Title color

Change the color of card title in dark mode from black to white

* Fixing color dark mode
  • Loading branch information
abrahimi93 authored Jan 19, 2024
1 parent 0621c8e commit 30c1157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/app/scenario/ctr.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ i {
font-size: 0.7em;
}

b {
color: #282828;
}

pre[executed='true'] {
background: #5a5a5a;
&:hover {
Expand Down
4 changes: 3 additions & 1 deletion src/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@
--clr-card-title-color: hsl(210, 16%, 93%);
--clr-card-box-shadow: 0 0.15rem 0 0 var(--clr-card-border-color);
--clr-card-divider-color: var(--clr-card-border-color);

--clr-card-header-title-color: hsl(210, 16%, 93%);
--clr-card-content-title-color: hsl(210, 16%, 93%);
--clr-card-text-color: hsl(210, 16%, 93%);
/**********
* Datagrid
*/
Expand Down

0 comments on commit 30c1157

Please sign in to comment.