Skip to content

Commit 996c419

Browse files
committed
Fix footer
1 parent bdb2034 commit 996c419

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@ When contacting regulators directly, you should be polite and specific about the
177177
- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU)
178178

179179
<footer style="
180-
background-color: #333; /* Dark background */
181-
color: #fff; /* White text */
182-
padding: 20px 5%; /* Vertical and horizontal padding */
183-
font-family: Arial, sans-serif;
180+
background-color: #f8f9fa;
181+
color: #fff;
182+
padding: 0px;
184183
font-size: 14px;
185184
line-height: 1.6;
186-
border-top: 3px solid #5cb85c; /* A subtle green accent line */
185+
width: 100%;
186+
border-top: 1px solid #dee2e6;
187187
">
188188

189189
<div style="
@@ -283,5 +283,10 @@ h1 {
283283
XXXmax-width: 800px;
284284
XXXborder-radius: 8px;
285285
}
286+
287+
html, body: {
288+
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
289+
}
290+
286291
</style>
287292

0 commit comments

Comments
 (0)