From 90725adc2d821e7bfbf663aa9cbbc43a96e7a8a1 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Mon, 30 Jan 2023 13:05:04 -0600 Subject: [PATCH] validation debug --- src/static/css/App.css | 1 + src/templates/header.html | 8 +++----- src/templates/home.html | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/css/App.css b/src/static/css/App.css index dc5fdf4..a300a6a 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -114,6 +114,7 @@ a { .name { display: inline; + color: #a0a0a0a0; background: url("../photos/sun.png") 0/5rem no-repeat; background-size: contain; padding-left: 5.5rem; diff --git a/src/templates/header.html b/src/templates/header.html index 021228a..c4883ba 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -13,7 +13,7 @@ property="og:image" content="https://asimonson.com{{ url_for('static', filename='photos/sun.png') }}" /> - + @@ -67,8 +67,7 @@
- -
+
{% for i in range(9) %}
@@ -77,8 +76,7 @@ {% endfor %}
-
- + menu
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')