Skip to content

Commit

Permalink
modify footer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jan 17, 2024
1 parent c8f4b58 commit 18b973c
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@
font-size: 36px;
}

.box_date_time {
color: <%= background_color %>;
}

.body-box-title {
font-size: 24px;
font-weight: bold;
Expand All @@ -103,8 +99,7 @@
}

.box-link,
.box-link a,
.box-link > a {
.box-link a{
color: <%= background_color %> !important;
margin-top: 20px;
}
Expand All @@ -119,6 +114,13 @@
text-align: center;
}

.footer-title,
.footer-box-title,
.footer-box-date-time,
.footer-box-link {
color: <%= background_color %> !important;
}

.footer-box-title {
font-size: 18px;
font-weight: bold;
Expand Down

0 comments on commit 18b973c

Please sign in to comment.