Skip to content

Commit

Permalink
Merge pull request #1031 from nwanduka/patch-13
Browse files Browse the repository at this point in the history
Fixed inconsistent styling in footer
  • Loading branch information
birm authored Aug 20, 2024
2 parents c876db4 + eaaac13 commit c3274b0
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions apps/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
margin: 0;
}

#footer-layout hr {
border-bottom-color: #ffffff;
padding: 0;
margin: 0;
}

#footer-layout {
color: whitesmoke;
text-align: left;
Expand All @@ -29,21 +23,17 @@
color: whitesmoke;
}

.report-link {
color: #e5c1ea;
}

.company-name {
.report-link a,
.company-name a {
color: #e5c1ea;
}

.company-name a {
.report-link a:hover,
.company-name a:hover {
color: #e5c1ea;
text-decoration: none;
}

.company-name:hover {
color: #d5c1ea;
}
#footer-layout strong,
#footer-layout b {
color: #ffffff;
Expand Down

0 comments on commit c3274b0

Please sign in to comment.