mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
22 lines
278 B
CSS
22 lines
278 B
CSS
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul#top {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul#top > li {
|
|
font-weight: bold !important;
|
|
font-size: 1.2rem !important;
|
|
}
|
|
|
|
ul#top li {
|
|
margin-top: .7rem;
|
|
margin-bottom: .7rem;
|
|
font-weight: normal;
|
|
font-size: 1rem;
|
|
}
|