Skip to content

Commit

Permalink
Added text near logo, changed link hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
Suriya-2002 committed Apr 8, 2022
1 parent 5f53aa5 commit 36eedcd
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 9 deletions.
22 changes: 19 additions & 3 deletions public/pages/teams/2018-2019/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ form,
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
}

/* dots jump */
Expand Down Expand Up @@ -1826,7 +1825,7 @@ input::-moz-focus-inner {

.masonry .entry__title a:hover,
.masonry .entry__title a:focus {
color: #267367;
color: #065cc9;
}

.masonry .entry__excerpt {
Expand Down Expand Up @@ -1858,7 +1857,7 @@ input::-moz-focus-inner {

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
color: #33998a;
color: #065cc9;
}

.masonry .entry__meta-cat a::after {
Expand Down Expand Up @@ -2236,6 +2235,9 @@ input::-moz-focus-inner {
padding: 0;
outline: 0;
border: none;
display: flex;
justify-content: start;
align-items: center;
transition: all 0.3s;
}

Expand All @@ -2245,6 +2247,20 @@ input::-moz-focus-inner {
margin: 0;
}

.header__logo span {
color: #eee;
font-weight: 400;
font-family: 'Heebo', sans-serif;
margin-left: 20px;
}

.header__logo span:hover,
.header__logo span:active,
.header__logo span:focus {
color: #065cc9;
transition: all 0.3s ease-in-out;
}

/* -------------------------------------------------------------------
* ## header main navigation
* ------------------------------------------------------------------- */
Expand Down
1 change: 1 addition & 0 deletions public/pages/teams/2018-2019/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<div class="header__logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage" style="width: 6rem; height: 6rem" />
<span>FACE</span>
</a>
</div>
</div>
Expand Down
22 changes: 19 additions & 3 deletions public/pages/teams/2019-2020/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ form,
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
}

/* dots jump */
Expand Down Expand Up @@ -1826,7 +1825,7 @@ input::-moz-focus-inner {

.masonry .entry__title a:hover,
.masonry .entry__title a:focus {
color: #267367;
color: #065cc9;
}

.masonry .entry__excerpt {
Expand Down Expand Up @@ -1858,7 +1857,7 @@ input::-moz-focus-inner {

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
color: #33998a;
color: #065cc9;
}

.masonry .entry__meta-cat a::after {
Expand Down Expand Up @@ -2236,6 +2235,9 @@ input::-moz-focus-inner {
padding: 0;
outline: 0;
border: none;
display: flex;
justify-content: start;
align-items: center;
transition: all 0.3s;
}

Expand All @@ -2245,6 +2247,20 @@ input::-moz-focus-inner {
margin: 0;
}

.header__logo span {
color: #eee;
font-weight: 400;
font-family: 'Heebo', sans-serif;
margin-left: 20px;
}

.header__logo span:hover,
.header__logo span:active,
.header__logo span:focus {
color: #065cc9;
transition: all 0.3s ease-in-out;
}

/* -------------------------------------------------------------------
* ## header main navigation
* ------------------------------------------------------------------- */
Expand Down
1 change: 1 addition & 0 deletions public/pages/teams/2019-2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<div class="header__logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage" style="width: 6rem; height: 6rem" />
<span>FACE</span>
</a>
</div>
</div>
Expand Down
22 changes: 19 additions & 3 deletions public/pages/teams/2020-2021/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ form,
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
}

/* dots jump */
Expand Down Expand Up @@ -1826,7 +1825,7 @@ input::-moz-focus-inner {

.masonry .entry__title a:hover,
.masonry .entry__title a:focus {
color: #267367;
color: #065cc9;
}

.masonry .entry__excerpt {
Expand Down Expand Up @@ -1858,7 +1857,7 @@ input::-moz-focus-inner {

.masonry .entry__meta a:hover,
.masonry .entry__meta a:focus {
color: #33998a;
color: #065cc9;
}

.masonry .entry__meta-cat a::after {
Expand Down Expand Up @@ -2236,6 +2235,9 @@ input::-moz-focus-inner {
padding: 0;
outline: 0;
border: none;
display: flex;
justify-content: start;
align-items: center;
transition: all 0.3s;
}

Expand All @@ -2245,6 +2247,20 @@ input::-moz-focus-inner {
margin: 0;
}

.header__logo span {
color: #eee;
font-weight: 400;
font-family: 'Heebo', sans-serif;
margin-left: 20px;
}

.header__logo span:hover,
.header__logo span:active,
.header__logo span:focus {
color: #065cc9;
transition: all 0.3s ease-in-out;
}

/* -------------------------------------------------------------------
* ## header main navigation
* ------------------------------------------------------------------- */
Expand Down
1 change: 1 addition & 0 deletions public/pages/teams/2020-2021/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<div class="header__logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage" style="width: 6rem; height: 6rem" />
<span>FACE</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 36eedcd

Please sign in to comment.