File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,52 @@ img {
1616 float : right;
1717 margin-right : 20px ;
1818}
19+
20+ .footright a {
21+ color : # ffffff ;
22+ text-decoration : none;
23+ }
24+
25+ .footright a : hover {
26+ text-decoration : underline;
27+ }
28+
29+ .footright a : visited {
30+ color : # ffffff ;
31+ }
32+
1933.footleft {
2034 float : left;
2135 margin-left : 20px ;
2236}
2337
38+ .footleft a {
39+ color : # ffffff ;
40+ text-decoration : none;
41+ }
42+
43+ .footleft a : hover {
44+ text-decoration : underline;
45+ }
46+
47+ .footleft a : visited {
48+ color : # ffffff ;
49+ }
50+
51+ .social-buttons {
52+ color : # ffffff ;
53+ }
54+
55+ .social-buttons a {
56+ color : # ffffff ;
57+ text-decoration : none;
58+ margin : 0 10px ;
59+ }
60+
61+ .social-buttons a : hover {
62+ color : # e8491d ;
63+ }
64+
2465/* Header Styles */
2566header {
2667 background : # 35424a ;
You can’t perform that action at this time.
0 commit comments