Skip to content

Commit 30809c1

Browse files
author
Michael Wunderlich
committed
link style
1 parent 550417c commit 30809c1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

public/css/scorekeep.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,18 @@ body {
2929
text-align: center;
3030
}
3131

32-
a, a:active, a:focus, a:hover {
32+
a {
33+
font-weight: bold;
34+
color: #FF851B;
35+
outline: none;
36+
text-decoration: none;
37+
}
38+
39+
a:active, a:hover, a:focus {
40+
color: #D26506;
41+
}
42+
43+
#scorekeep-anchor {
3344
color: #000;
3445
outline: none;
3546
text-decoration: none;
@@ -72,8 +83,6 @@ a, a:active, a:focus, a:hover {
7283

7384
.nav-masthead .nav-link {
7485
padding: .25rem 0;
75-
font-weight: bold;
76-
color: #FF851B;
7786
}
7887

7988
.nav-masthead .nav-link + .nav-link {

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="cover-container">
4343
<div class="masthead clearfix">
4444
<div class="inner">
45-
<h3 class="masthead-brand"><a href="#/">Scorekeep</a></h3>
45+
<h3 class="masthead-brand"><a href="#/" id="scorekeep-anchor">Scorekeep</a></h3>
4646
<nav class="nav nav-masthead">
4747
<a class="nav-link" href='#/' onclick="showhide('instructions');return false;">Instructions</a>
4848
<a class="nav-link" target="blank" href="https://aws.amazon.com/elasticbeanstalk/">Powered by AWS Elastic Beanstalk</a>

0 commit comments

Comments
 (0)