mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-09 00:48:06 -04:00
9 lines
207 B
CSS
9 lines
207 B
CSS
/* These don't get the default font size from the theme for whatever reason. */
|
|
.rst-content blockquote, .rst-content li {
|
|
font-size: 18px;
|
|
line-height: 27px;
|
|
}
|
|
.strike {
|
|
text-decoration: line-through;
|
|
}
|