From 658917644c7f76e4968f22797ae134a74e651771 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 25 May 2024 19:14:28 -0500 Subject: remove temp alert --- static/styles.css | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'static/styles.css') 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; -- cgit v1.2.3