Skip to content

Commit

Permalink
update styling and make links blue for better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jan 21, 2019
1 parent 928f698 commit 6764cdb
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 18 deletions.
1 change: 0 additions & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default
title: About Vinit Kumar
---

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

{{site.about}}
Expand Down
16 changes: 11 additions & 5 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ strong {
}

a {
color: #2382c8;
color: deepskyblue;
text-decoration: none;
}
a:hover {
color: #2382c8;
text-decoration: underline;
}

Expand Down Expand Up @@ -139,11 +140,14 @@ ul.nav li {
}
}
ul.nav li a {
color: black;
color: deepskyblue;
margin-right: 10px;
text-decoration: none;
font-weight: lighter;
}
ul.nav li a:hover {
color: #2382c8;
}

ul.nav li.logo {
text-transform: none;
Expand Down Expand Up @@ -189,7 +193,8 @@ ul.nav li.logo a {
}

.listing .post h2 a {
color: #000;
/* color: #2382c8; */
color: deepskyblue;
text-decoration: none;
font-size: 40px;
}
Expand All @@ -213,10 +218,11 @@ ul.nav li.logo a {
font-weight: lighter;
}
.listing .post.other h2 a {
color: #000;
color: deepskyblue;
}

.listing .post.other h2 a:hover {
color: deepskyblue;
color: #2382c8;
}
.listing .post.other p:last-child {
margin-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/main.min.rtl.css

Large diffs are not rendered by default.

16 changes: 11 additions & 5 deletions css/white-paper.add.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ strong {
}

a {
color: #2382c8;
color: deepskyblue;
text-decoration: none;
}
a:hover {
color: #2382c8;
text-decoration: underline;
}

Expand Down Expand Up @@ -139,11 +140,14 @@ ul.nav li {
}
}
ul.nav li a {
color: black;
color: deepskyblue;
margin-right: 10px;
text-decoration: none;
font-weight: lighter;
}
ul.nav li a:hover {
color: #2382c8;
}

ul.nav li.logo {
text-transform: none;
Expand Down Expand Up @@ -189,7 +193,8 @@ ul.nav li.logo a {
}

.listing .post h2 a {
color: #000;
/* color: #2382c8; */
color: deepskyblue;
text-decoration: none;
font-size: 40px;
}
Expand All @@ -213,10 +218,11 @@ ul.nav li.logo a {
font-weight: lighter;
}
.listing .post.other h2 a {
color: #000;
color: deepskyblue;
}

.listing .post.other h2 a:hover {
color: deepskyblue;
color: #2382c8;
}
.listing .post.other p:last-child {
margin-bottom: 0;
Expand Down
16 changes: 11 additions & 5 deletions css/white-paper.add.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ strong {
}

a {
color: #2382c8;
color: deepskyblue;
text-decoration: none;
}
a:hover {
color: #2382c8;
text-decoration: underline;
}

Expand Down Expand Up @@ -139,11 +140,14 @@ ul.nav li {
}
}
ul.nav li a {
color: black;
color: deepskyblue;
margin-left: 10px;
text-decoration: none;
font-weight: lighter;
}
ul.nav li a:hover {
color: #2382c8;
}

ul.nav li.logo {
text-transform: none;
Expand Down Expand Up @@ -189,7 +193,8 @@ ul.nav li.logo a {
}

.listing .post h2 a {
color: #000;
/* color: #2382c8; */
color: deepskyblue;
text-decoration: none;
font-size: 40px;
}
Expand All @@ -213,10 +218,11 @@ ul.nav li.logo a {
font-weight: lighter;
}
.listing .post.other h2 a {
color: #000;
color: deepskyblue;
}

.listing .post.other h2 a:hover {
color: deepskyblue;
color: #2382c8;
}
.listing .post.other p:last-child {
margin-bottom: 0;
Expand Down

0 comments on commit 6764cdb

Please sign in to comment.