Files
syncthing/_static/syncthing.css
2015-06-03 19:46:27 +02:00

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;
}