mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 15:05:02 -05:00
30 lines
239 B
CSS
30 lines
239 B
CSS
|
|
||
|
.version {
|
||
|
font-size: 8px;
|
||
|
color: grey;
|
||
|
}
|
||
|
|
||
|
ol,ul {
|
||
|
list-style-type:none;
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
margin-top:20px;
|
||
|
}
|
||
|
|
||
|
.faq {
|
||
|
font-size:15px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.question {
|
||
|
color: #000055;
|
||
|
font-weight: bold;
|
||
|
|
||
|
}
|
||
|
|
||
|
.answer {
|
||
|
color: black;
|
||
|
}
|