Skip to content

Commit d47ea46

Browse files
committed
change bg color to ff8080, set color of link to 248EC2
1 parent c274ebc commit d47ea46

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_layouts/default.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
top: 0;
1212
left: 0;
1313
font-color: #ffffff;
14-
background-color: #ff1a1a;
14+
background-color: #ff8080;
1515
text-align: center;
1616
width: 100%;
1717
font-size: large;
1818
font-weight: bold;
1919
}
20+
#banner a:link {
21+
color: #248EC2;
22+
}
23+
#banner a:visited {
24+
color: #248EC2;
25+
}
26+
2027
div#banner-content {
2128
margin: 0 auto;
2229
padding: 10px;

0 commit comments

Comments
 (0)