From 3aa3024d480e210c58c60ee4015b7a30912a3f20 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sat, 23 Mar 2019 21:33:08 -0400 Subject: [PATCH] adding a dim alt color on cosmic --- bin/web | 2 +- templates/webstyles.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/web b/bin/web index 9da81cd..709993c 100755 --- a/bin/web +++ b/bin/web @@ -188,7 +188,7 @@ if [ "$run_user" = "root" ] || [ "$run_user" = "publish" ]; then do entry_num=$(grep -c "^0${ship}" "${gopher_dir}/listing.gophermap") if [ "$entry_num" != "0" ]; then - printf ">> %s (%s)\\n" "$ship" "$ship" "$entry_num" >> "$ships_html" + printf ">> %s (%s logs)\\n" "$ship" "$ship" "$entry_num" >> "$ships_html" # Create individual ship log page ship_html="${html_dir}/ships/${ship}/index.html" mkdir -p "${html_dir}/ships/${ship}" diff --git a/templates/webstyles.tmpl b/templates/webstyles.tmpl index aa6e896..90ded01 100644 --- a/templates/webstyles.tmpl +++ b/templates/webstyles.tmpl @@ -12,6 +12,10 @@ color: rgb(62, 231, 123); } + .dim { + color: rgb(62, 231, 123, 0.5); + } + .page-wrapper { text-align: center; }