mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
303838f63d
* Use CSS modules * Fix tests * Feedback
12 lines
128 B
CSS
12 lines
128 B
CSS
.optionsModal {
|
|
width: 300px;
|
|
}
|
|
|
|
.optionsModal h3 {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.optionsModal li {
|
|
list-style-type: none;
|
|
}
|