theme: Apply new prettier 3.0 rules

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-07-31 17:34:21 +02:00
parent f6c5822591
commit f513ea6c04
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF
2 changed files with 16 additions and 4 deletions

View file

@ -9,9 +9,21 @@
html {
background-color: var(--background);
color: var(--text);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji",
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"Segoe UI Emoji",
"Apple Color Emoji",
"Noto Color Emoji",
sans-serif;
font-size: 12pt;
max-width: 45em;

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
{{- partial "head.html" . -}}
<body>