1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Site warning page should use sans-serif like the rest of uBlock

This commit is contained in:
Chris 2015-03-26 12:39:12 -05:00
parent 4cf276ca9d
commit 26c3c85bad

View File

@ -4,6 +4,7 @@
<title></title>
<style>
body {
font-family: Helvetica Neue,Helvetica,sans-serif;
font-size: large;
text-align: center;
}