mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:21:18 -04:00
nitpicking
This commit is contained in:
@@ -29,7 +29,7 @@ The following script can be added as a Worker and customized to your needs. Some
|
|||||||
```js
|
```js
|
||||||
let newHeaders = {
|
let newHeaders = {
|
||||||
"Content-Security-Policy": "default-src 'self'; upgrade-insecure-requests",
|
"Content-Security-Policy": "default-src 'self'; upgrade-insecure-requests",
|
||||||
"Strict-Transport-Security" : "max-age=1000",
|
"Strict-Transport-Security": "max-age=1000",
|
||||||
"X-XSS-Protection": "1; mode=block",
|
"X-XSS-Protection": "1; mode=block",
|
||||||
"X-Frame-Options": "SAMEORIGIN",
|
"X-Frame-Options": "SAMEORIGIN",
|
||||||
"X-Content-Type-Options": "nosniff",
|
"X-Content-Type-Options": "nosniff",
|
||||||
|
@@ -619,7 +619,7 @@ body#notes main#single article div#info {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes main#single article h1 {
|
body#notes main#single article div#info h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
color: #222;
|
color: #222;
|
||||||
@@ -627,18 +627,16 @@ body#notes main#single article h1 {
|
|||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes main#single article h1 a {
|
body#notes main#single article div#info h1 a {
|
||||||
color: #222;
|
color: #222;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes main#single article h2 {
|
body#notes main#single article div#content h1, body#notes main#single article div#content h2, body#notes main#single article div#content h3 {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-weight: normal;
|
font-weight: 500;
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: #222;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body#notes main#single article div.meta {
|
body#notes main#single article div.meta {
|
||||||
|
Reference in New Issue
Block a user