Create assets/styles/root to hold all the fragments of the root stylesheet. This should make it easier to find and hack on style. Yay!
7 lines
179 B
CSS
7 lines
179 B
CSS
@layer reset {
|
|
body, button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, pre, textarea {
|
|
padding: 0; margin: 0;
|
|
}
|
|
|
|
figure, figure .youtube { line-height: 1; }
|
|
}
|