Use our font style for 'dysfunctional' message
This commit is contained in:
parent
320ea3485a
commit
543fec82ce
|
@ -8,6 +8,9 @@ html {
|
|||
background-color: #555;
|
||||
box-sizing: border-box;
|
||||
border: 2vw solid black;
|
||||
font-size: 15px;
|
||||
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html id="stylus">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Stylus</title>
|
||||
<link rel="stylesheet" href="dysfunctional.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -4,3 +4,5 @@ document.body.textContent =
|
|||
chrome.i18n.getMessage('dysfunctional');
|
||||
document.body.appendChild(document.createElement('div')).textContent =
|
||||
chrome.runtime.getURL('manifest.json');
|
||||
// set hyphenation language
|
||||
document.documentElement.setAttribute('lang', chrome.i18n.getUILanguage());
|
||||
|
|
Loading…
Reference in New Issue
Block a user