File tree 2 files changed +12
-1
lines changed
shared/assets/src/lib/styles
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h1 class="text-al-primary px-4 text-lg font-bold">angular.love</h1>
29
29
type ="button "
30
30
class ="border-al-gray-200 mr-1 rounded border bg-transparent px-1 py-2 font-medium leading-4 md:mr-2 md:px-4 "
31
31
[ngClass] ="{
32
- '!text-white ': language() === 'en',
32
+ '!text-al-foreground ': language() === 'en',
33
33
'!text-al-gray-50 opacity-50': language() !== 'en',
34
34
} "
35
35
[attr.aria-label] ="t('changeLangToEnglish') "
Original file line number Diff line number Diff line change 13
13
--card : 25 26 34 ;
14
14
--background : 16 15 21 ;
15
15
}
16
+
17
+ @media (prefers-color-scheme : light ) {
18
+ :root {
19
+ --primary : 213 1 89 ;
20
+ --foreground : 0 0 0 ;
21
+ --muted : 25 25 25 ;
22
+ --border : 200 200 200 ;
23
+ --card : 250 250 250 ;
24
+ --background : 255 255 255 ;
25
+ }
26
+ }
16
27
}
17
28
18
29
@layer base {
You can’t perform that action at this time.
0 commit comments