﻿pre {
    /* Fix display of unformated data send on eg. controller endpoints */
    text-wrap-mode: wrap;
    overflow-wrap: anywhere;
}

::selection {
    background-color: lightsteelblue !important;
}