10 lines
127 B
CSS
10 lines
127 B
CSS
|
@import url("/main.css");
|
||
|
|
||
|
.mod-recs {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
.highlight {
|
||
|
font-size: 24px;
|
||
|
font-weight: bold;
|
||
|
}
|