mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
29 lines
264 B
CSS
29 lines
264 B
CSS
code {
|
|
color: #222;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
dd {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
dl.option dd {
|
|
padding-left: 12px;
|
|
}
|
|
|
|
a {
|
|
color: #008d06;
|
|
}
|
|
|
|
a:hover {
|
|
color: #f48400;
|
|
}
|
|
|
|
body {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.versionmodified {
|
|
font-size: 14px;
|
|
}
|