https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 70e133613ba68282617c33db22e17b05a1f93430 authored by Anne van Kesteren on 15 August 2018, 14:25:47 UTC
this is it
Tip revision: 70e1336
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