14 lines
196 B
CSS
14 lines
196 B
CSS
* {
|
|
font-size: 15px;
|
|
font-family: 'Terminus';
|
|
font-weight: bold;
|
|
background-color: #000;
|
|
color: #777;
|
|
}
|
|
|
|
.modules-right * {
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
}
|
|
|