Skip to content

Commit ce2a491

Browse files
fix:version-ads-background (#62)
* fix:version-ads-background * refacto: move css
1 parent 71cba9f commit ce2a491

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

components/molecules/ads/AdsFallback.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<style lang="postcss">
1313
.nui-support-nuxt {
14-
@apply bg-white bg-opacity-10 p-4 flex flex-row w-full items-center mt-4 rounded-md;
14+
@apply light:bg-gray-100 dark:bg-white dark:bg-opacity-10 p-4 flex flex-row w-full items-center mt-4 rounded-md ;
1515
}
1616
1717
@screen sm {

components/organisms/app/AsideBottom.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
items-center
99
py-1.5
1010
group
11-
dark:hover:text-gray-100
12-
hover:text-gray-900
13-
bg-white bg-opacity-10
14-
hover:bg-opacity-9
11+
dark:bg-white
12+
dark:bg-opacity-10
13+
dark:hover:bg-opacity-9
14+
light:bg-gray-100
15+
light:hover:bg-gray-50
1516
p-4
1617
mt-4
1718
rounded-md

0 commit comments

Comments
 (0)