https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9281e3c0d16246473fd97107aa0afc893decc100 authored by Anne van Kesteren on 03 May 2018, 06:41:13 UTC
cleanup
Tip revision: 9281e3c
README.css

.code {
    font-family: monospace;
    color: darkorange;
}

.codeTitle {
    font-family: sans-serif;
    padding: .3em;
    margin-bottom: -1em;
    background: #ffe;
    border-color: #ccc;
    border-width: 1px;
    border-style: groove;
}

.highlight1 {
    background: yellow;
}

.highlight2 {
    background: pink;
}

body {
    font-family: sans-serif;
}
back to top