mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-04 10:19:15 +02:00
32 lines
387 B
CSS
32 lines
387 B
CSS
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2, h3, h4 {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
ul#top {
|
|
list-style-type: none;
|
|
margin: 1.2rem 0 0 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul#top > li {
|
|
font-weight: bold !important;
|
|
font-size: 1.1rem !important;
|
|
}
|
|
|
|
ul#top li {
|
|
margin-top: .7rem;
|
|
margin-bottom: .7rem;
|
|
font-weight: normal;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
|
|
/* ---------- colors ---------- */
|
|
|
|
a {
|
|
color: #0078f1;
|
|
}
|