Skip to content

Commit 61ad59f

Browse files
authored
Update reset.css
1 parent 74de828 commit 61ad59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reset.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ h1,h2,h3,h4,h5,h6,p { font-size: 100%; font-weight: normal; overflow-wrap: break
55
button,input,select,textarea { font: inherit; } /* No custom font on forms. */
66
img,video,picture,canvas,svg { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
77
table { border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
8-
html,body { height: 100%; background: #AAA; } /* Allow percentage based heights everywhere. Disable flashbang. */
8+
html,body { background: #AAA; } /* Disable flashbang. */

0 commit comments

Comments
 (0)