Skip to content

Commit 75d68cd

Browse files
committed
Disable background image
1 parent e5f6535 commit 75d68cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ When contacting regulators directly, you should be polite and specific about the
171171

172172
<style>
173173

174-
body::before {
174+
DISABLEDbody::before {
175175
content: '';
176176
position: fixed; /* Makes the background stay put while content scrolls */
177177
top: 15%;
@@ -191,7 +191,7 @@ body::before {
191191
filter: opacity(10%) grayscale(100%);
192192
}
193193

194-
h1, p {
194+
h1 {
195195
text-align: center;
196196
padding: 20px;
197197
margin: 20px auto;

0 commit comments

Comments
 (0)