all repos — elgit @ 13e02db54aaa6d9fc5198a884e6dd8b4bee7e13f

fork of legit: web frontend for git, written in go

refactor: remove unnecessary CSS

Alan Pearce
commit

13e02db54aaa6d9fc5198a884e6dd8b4bee7e13f

parent

84c0b7edec20fd377502b1f722c0fc0dc7b1ff9f

1 file changed, 0 insertions(+), 10 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -1,7 +1,6 @@
:root { --white: #fff; --light: #f4f4f4; - --cyan: #509c93; --light-gray: #eee; --medium-gray: #ddd; --gray: #6a6a6a;
@@ -10,8 +9,6 @@ --darker: #222;
--sans-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; - --display-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", - "Segoe UI", sans-serif; --mono-font: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", "Roboto Mono", Menlo, Consolas, monospace; }
@@ -20,7 +17,6 @@ @media (prefers-color-scheme: dark) {
:root { color-scheme: dark light; --light: #181818; - --cyan: #76c7c0; --light-gray: #333; --medium-gray: #444; --gray: #aaa;
@@ -61,12 +57,6 @@ footer {
font-size: 1rem; padding: 0; line-height: 160%; -} - -header h1, -h2, -h3 { - font-family: var(--display-font); } h2 {