Skip to content

Commit 6764cdb

Browse files
committed
update styling and make links blue for better UX
1 parent 928f698 commit 6764cdb

File tree

6 files changed

+35
-18
lines changed

6 files changed

+35
-18
lines changed

about.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default
33
title: About Vinit Kumar
44
---
55

6-
<h1 class="owner-name">{{ site.owner.name}} </h1>
76
![user-avatar]({{ site.owner.avatar }})
87

98
{{site.about}}

css/base.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ strong {
6868
}
6969

7070
a {
71-
color: #2382c8;
71+
color: deepskyblue;
7272
text-decoration: none;
7373
}
7474
a:hover {
75+
color: #2382c8;
7576
text-decoration: underline;
7677
}
7778

@@ -139,11 +140,14 @@ ul.nav li {
139140
}
140141
}
141142
ul.nav li a {
142-
color: black;
143+
color: deepskyblue;
143144
margin-right: 10px;
144145
text-decoration: none;
145146
font-weight: lighter;
146147
}
148+
ul.nav li a:hover {
149+
color: #2382c8;
150+
}
147151

148152
ul.nav li.logo {
149153
text-transform: none;
@@ -189,7 +193,8 @@ ul.nav li.logo a {
189193
}
190194

191195
.listing .post h2 a {
192-
color: #000;
196+
/* color: #2382c8; */
197+
color: deepskyblue;
193198
text-decoration: none;
194199
font-size: 40px;
195200
}
@@ -213,10 +218,11 @@ ul.nav li.logo a {
213218
font-weight: lighter;
214219
}
215220
.listing .post.other h2 a {
216-
color: #000;
221+
color: deepskyblue;
217222
}
223+
218224
.listing .post.other h2 a:hover {
219-
color: deepskyblue;
225+
color: #2382c8;
220226
}
221227
.listing .post.other p:last-child {
222228
margin-bottom: 0;

css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.min.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/white-paper.add.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ strong {
6868
}
6969

7070
a {
71-
color: #2382c8;
71+
color: deepskyblue;
7272
text-decoration: none;
7373
}
7474
a:hover {
75+
color: #2382c8;
7576
text-decoration: underline;
7677
}
7778

@@ -139,11 +140,14 @@ ul.nav li {
139140
}
140141
}
141142
ul.nav li a {
142-
color: black;
143+
color: deepskyblue;
143144
margin-right: 10px;
144145
text-decoration: none;
145146
font-weight: lighter;
146147
}
148+
ul.nav li a:hover {
149+
color: #2382c8;
150+
}
147151

148152
ul.nav li.logo {
149153
text-transform: none;
@@ -189,7 +193,8 @@ ul.nav li.logo a {
189193
}
190194

191195
.listing .post h2 a {
192-
color: #000;
196+
/* color: #2382c8; */
197+
color: deepskyblue;
193198
text-decoration: none;
194199
font-size: 40px;
195200
}
@@ -213,10 +218,11 @@ ul.nav li.logo a {
213218
font-weight: lighter;
214219
}
215220
.listing .post.other h2 a {
216-
color: #000;
221+
color: deepskyblue;
217222
}
223+
218224
.listing .post.other h2 a:hover {
219-
color: deepskyblue;
225+
color: #2382c8;
220226
}
221227
.listing .post.other p:last-child {
222228
margin-bottom: 0;

css/white-paper.add.rtl.css

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ strong {
6868
}
6969

7070
a {
71-
color: #2382c8;
71+
color: deepskyblue;
7272
text-decoration: none;
7373
}
7474
a:hover {
75+
color: #2382c8;
7576
text-decoration: underline;
7677
}
7778

@@ -139,11 +140,14 @@ ul.nav li {
139140
}
140141
}
141142
ul.nav li a {
142-
color: black;
143+
color: deepskyblue;
143144
margin-left: 10px;
144145
text-decoration: none;
145146
font-weight: lighter;
146147
}
148+
ul.nav li a:hover {
149+
color: #2382c8;
150+
}
147151

148152
ul.nav li.logo {
149153
text-transform: none;
@@ -189,7 +193,8 @@ ul.nav li.logo a {
189193
}
190194

191195
.listing .post h2 a {
192-
color: #000;
196+
/* color: #2382c8; */
197+
color: deepskyblue;
193198
text-decoration: none;
194199
font-size: 40px;
195200
}
@@ -213,10 +218,11 @@ ul.nav li.logo a {
213218
font-weight: lighter;
214219
}
215220
.listing .post.other h2 a {
216-
color: #000;
221+
color: deepskyblue;
217222
}
223+
218224
.listing .post.other h2 a:hover {
219-
color: deepskyblue;
225+
color: #2382c8;
220226
}
221227
.listing .post.other p:last-child {
222228
margin-bottom: 0;

0 commit comments

Comments
 (0)