Files
chrome-extensions-samples/samples/webview-samples/declarative-web-request/blocked.css
2014-09-02 18:06:16 +02:00

19 lines
259 B
CSS

body {
color: #fff;
background: #000;
font-family: Lucida Grande, Arial, sans-serif;
font-size: 48px;
font-weight: bold;
}
.a {
color: #33f;
text-decoration: none;
}
.a:hover {
color: #66f;
text-decoration: underline;
cursor: pointer;
}