Skip to content

Commit 58ba7f1

Browse files
committed
App css changes
1 parent 7853777 commit 58ba7f1

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

src/assets/css/app.css

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,3 @@
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-
}

src/components/project/ProjectsGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)