Skip to content

Commit

Permalink
colors
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu-dev committed Dec 12, 2024
1 parent cbb0254 commit 498749d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions web/renderer/components/DefinitionList/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

.icon {
@apply text-xl mr-2 text-white rounded-full opacity-25;
@apply text-xl mr-2 text-white rounded-full;
}

.item {
Expand All @@ -25,7 +25,7 @@
.item:hover {
.icon,
.name {
@apply text-sky-900 opacity-100;
@apply text-sky-900;
}
}

Expand Down
18 changes: 7 additions & 11 deletions web/renderer/components/Views/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.icon {
@apply text-2xl mr-2 text-primary rounded-full opacity-25;
@apply text-2xl mr-2 text-white rounded-full;
}

.item {
Expand All @@ -24,14 +24,6 @@
}
}

.item:hover .icon {
@apply opacity-100;

&:hover {
@apply text-sky-900;
}
}

.button {
@apply flex justify-between items-center w-full;

Expand All @@ -42,11 +34,15 @@

.selected,
.item:hover {
@apply bg-white text-link-2;
@apply bg-storm-50;
.name,
.icon {
@apply text-storm-600;
}
}

.name {
@apply text-link-1 text-sm font-semibold;
@apply text-white text-sm font-semibold;
}

.viewing {
Expand Down

0 comments on commit 498749d

Please sign in to comment.