15 lines
207 B
CSS
15 lines
207 B
CSS
body {
|
|
@apply bg-white antialiased;
|
|
}
|
|
|
|
*::marker {
|
|
display: inline-block;
|
|
color: red;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
summary {
|
|
margin: 10px;
|
|
/* display: inline-block; */
|
|
}
|