formatting
This commit is contained in:
parent
8b6bacb14e
commit
be89343c84
12
README.md
12
README.md
|
@ -46,7 +46,7 @@ These may also be nice to have:
|
|||
<meta name="author" content="" />
|
||||
<meta name="description" content="" />
|
||||
<link rel="canonical" href="gemini://" />
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
```
|
||||
|
||||
# gmi-web(1)
|
||||
|
@ -145,13 +145,13 @@ The CSS variables exposed by gmi-web(1) are derived from [gmi.css](./gmi.css), w
|
|||
|
||||
```html
|
||||
<head>
|
||||
<!-- assuming you wanna host a copy and link to it... -->
|
||||
<link rel="stylesheet" type="text/css" href="gmi.css" />
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<!-- ... -->
|
||||
<!-- assuming you wanna host a copy and link to it... -->
|
||||
<link rel="stylesheet" type="text/css" href="gmi.css" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<!-- ... -->
|
||||
</head>
|
||||
<html style="--foreground:#555555; --background:#9EEBCF;">
|
||||
<!-- ... -->
|
||||
<!-- ... -->
|
||||
</html>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue