Files
fastpastebin/assets/css/style.css
T

14 lines
303 B
CSS
Raw Permalink Normal View History

2018-04-30 18:42:17 +05:00
#paste-contents {
2018-05-01 17:45:36 +05:00
font-family: monospace;
font-size: 0.9rem;
2018-04-30 18:42:17 +05:00
height: 90vh;
2018-05-01 17:45:36 +05:00
}
.paste-data {
font-size: 0.9rem;
}
/* This is a special case for multiline tooltips. See https://github.com/Wikiki/bulma-tooltip/issues/34 */
.tooltip.is-tooltip-multiline::before {
white-space:pre-line
2018-04-30 18:42:17 +05:00
}