Skip to content

Commit 6802e24

Browse files
author
Jimmy
committedApr 27, 2022
Fix dark mode fonts
1 parent df49606 commit 6802e24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

Diff for: ‎assets/css/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ h3 {
9090

9191
h4 {
9292
font-family: var(--fonts-raleway);
93-
color: var(--colors-subheading);
93+
color: var(--colors-body-font);
9494
text-align: center;
9595
margin: 1em 0 0 0;
9696
letter-spacing: 0.4em;

Diff for: ‎index.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
<h3>MY STORY</h3>
141141

142142
<p class="text-justify">
143-
Hi, I am a senior Front-End developer with 20 years experience.
143+
Hi, I am a senior Front-End developer with 20+ years experience.
144144
That's a lot, but what I really bring is enthusiasm and a passion for making things great. Guiding individuals and businesses to creating their next digital properties.
145145
Today the game has changed, the web is where people expect to do their work, game, socialize and relax on any device. Technology is constantly evolving to meet these needs, and it's more important than ever
146-
that we embrace and employ it in a secure, efficient and effective manner. I am a kiwi with diverse travel and work experience locally and abroad bringing global ideas home.</p>
146+
that we embrace and employ it in a secure, accessible and performant manner. I am a kiwi with diverse travel and work experience locally and abroad bringing global ideas home.</p>
147147

148148
<div class="divider">
149149
<hr class="line" />

Diff for: ‎manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "James Harris",
33
"short_name": "JH Profile",
44
"description": "Personal profile and work experience",
5-
"start_url": "/",
5+
"start_url": "/index.html",
66
"id": "/",
77
"icons": [
88
{

0 commit comments

Comments
 (0)