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