This commit is contained in:
Talon Poole 2021-02-19 00:01:02 +00:00
parent cc9c651abf
commit 18b8c73ce3

View file

@ -144,7 +144,7 @@ gmi-web --config web.json $(find ~/gmi/dst -name '*.gmi')
# gmi.css
The [core.css](./core.css) is a maximally miniminal stylesheet that overrides the default CSS Normal Flow to render content horizontally in a Gemini way. [gmi.css](./gmi.css) extends upon that slightly with font and color options. The default values are optimized for readability and mobile-friendliness and may be customized by adding a style property to `<html>`.
[core.css](./core.css) is a maximally miniminal stylesheet that overrides the default CSS Normal Flow to render content horizontally in a Gemini way. [gmi.css](./gmi.css) extends upon that slightly with font and color options. The default values are optimized for readability and mobile-friendliness and may be customized by adding a style property to `<html>`.
```html
<head>