Use single-line rules for lone selectors in CSS

This commit is contained in:
jultty 2024-02-24 13:41:24 -03:00
commit f0df5ca81a

View file

@ -1,6 +1,4 @@
* { * { margin: 0px; }
margin: 0px;
}
@font-face { @font-face {
font-family: 'ShareTech'; font-family: 'ShareTech';
@ -49,9 +47,7 @@ ul {
color: #F1E9E5; color: #F1E9E5;
} }
li { li { margin-bottom: 10px; }
margin-bottom: 10px;
}
.sourceCode pre { .sourceCode pre {
color: #ccc; color: #ccc;