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
1 changed files with 1 additions and 0 deletions

View File

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