File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed
Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 22 * Vuejs & TailwindCSS Portfolio Main Styling CSS File
33 * Powered by: @NangialaiStoman
44*/
5-
6- .theme-light {
7- /*
8- ** Light Mode Color Variables
9- */
10- --bg-primary : # f7f8fc ;
11- --bg-secondary : # ffffff ;
12- --bg-ternary : # f6f7f8 ;
13-
14- --text-primary : # f7f8fc ;
15- --text-secondary : # ffffff ;
16- --text-ternary : # f6f7f8 ;
17- }
18-
19- .theme-dark {
20- /*
21- ** Dark Mode Color Variables
22- */
23- --bg-primary : # 0d2438 ;
24- --bg-secondary : # 102d44 ;
25- --bg-ternary : # 1e3851 ;
26-
27- --text-primary : # 0d2438 ;
28- --text-secondary : # 102d44 ;
29- --text-ternary : # 1e3851 ;
30- }
Original file line number Diff line number Diff line change 33 <section class =" pt-20 sm:pt-28" >
44 <div class =" text-center" >
55 <p
6- class =" text-2xl sm:text-5xl font-semibold mb-3 text-primary -dark dark:text-primary -light"
6+ class =" text-2xl sm:text-5xl font-semibold mb-3 text-ternary -dark dark:text-ternary -light"
77 >
88 Projects Portfolio
99 </p >
You can’t perform that action at this time.
0 commit comments