mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
20 lines
146 B
SCSS
20 lines
146 B
SCSS
ul,
|
|
ol {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
dl {
|
|
margin: 0;
|
|
}
|
|
|
|
dt {
|
|
font-weight: 600;
|
|
margin: 0;
|
|
}
|
|
|
|
dd {
|
|
margin: 0;
|
|
}
|