diff options
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/static/styles.css b/static/styles.css index 37a9245..f08bf59 100644 --- a/static/styles.css +++ b/static/styles.css @@ -369,7 +369,12 @@ template { body { background-color: var(--bg); color: var(--fg); - font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, + font-family: + Menlo, + Consolas, + Monaco, + Liberation Mono, + Lucida Console, monospace; font-size: 0.9rem; line-height: 1.5; @@ -433,7 +438,12 @@ table { border-collapse: collapse; color: var(--fg); border-color: var(--bg-bright); - font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, + font-family: + Menlo, + Consolas, + Monaco, + Liberation Mono, + Lucida Console, monospace; font-size: 0.9rem; } @@ -449,7 +459,12 @@ td { pre > code, time, code { - font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, + font-family: + Menlo, + Consolas, + Monaco, + Liberation Mono, + Lucida Console, monospace; font-size: inherit; } @@ -550,14 +565,6 @@ summary { margin: 0; } -.alert { - background-color: rgba(255,0,0,0.2); - border: 1px solid rgba(255,0,0,1); - padding: 0.5rem; - margin-top: 1rem; - margin-bottom: 1rem; -} - @media (prefers-color-scheme: dark) { :root { --bg: #141617; |
