mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-08 03:08:29 +02:00
28 lines
304 B
SCSS
28 lines
304 B
SCSS
html.reader-mode {
|
|
--font-size: 1rem;
|
|
line-height: 1.6;
|
|
|
|
body {
|
|
margin: 3rem 2rem;
|
|
}
|
|
|
|
.container {
|
|
max-width: 600px;
|
|
}
|
|
|
|
.byline {
|
|
font-style: italic;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.reading-time {
|
|
font-size: 0.7rem;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
|