1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 19:08:36 +00:00
Files
UXP/testing/web-platform/tests/content-security-policy/README.css
T

28 lines
365 B
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;
}