mirror of
https://github.com/yang991178/fluent-reader.git
synced 2025-02-23 15:07:48 +01:00
52 lines
825 B
CSS
52 lines
825 B
CSS
html, body {
|
|
font-family: "Segoe UI Regular", "Source Han Sans SC Regular", "Microsoft YaHei", sans-serif;
|
|
}
|
|
html {
|
|
overflow: hidden scroll;
|
|
}
|
|
body {
|
|
margin: 12px 96px 32px;
|
|
}
|
|
|
|
a {
|
|
color: #0078d4;
|
|
text-decoration: none;
|
|
}
|
|
a:hover, a:active {
|
|
color: #004578;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#main {
|
|
max-width: 700px;
|
|
margin: 0 auto;
|
|
}
|
|
#main > p.title {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
font-weight: 600;
|
|
margin-block-end: 0;
|
|
}
|
|
#main > p.date {
|
|
color: #484644;
|
|
font-size: .875rem;
|
|
}
|
|
|
|
article {
|
|
line-height: 1.6;
|
|
}
|
|
article * {
|
|
max-width: 100%;
|
|
}
|
|
article img {
|
|
height: auto;
|
|
}
|
|
article figure {
|
|
margin: 16px 0;
|
|
text-align: center;
|
|
}
|
|
article figure figcaption {
|
|
font-size: .875rem;
|
|
color: #484644;
|
|
-webkit-user-modify: read-only;
|
|
} |