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 2
2
* Vuejs & TailwindCSS Portfolio Main Styling CSS File
3
3
* Powered by: @NangialaiStoman
4
4
*/
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 3
3
<section class =" pt-20 sm:pt-28" >
4
4
<div class =" text-center" >
5
5
<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"
7
7
>
8
8
Projects Portfolio
9
9
</p >
You can’t perform that action at this time.
0 commit comments