From 6063b2421b412331ac7228ee7bb8a08c86521a5e Mon Sep 17 00:00:00 2001 From: Rob Vella Date: Sun, 2 Aug 2020 00:40:49 -0700 Subject: [PATCH] Add style for errors --- css/styles.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 78ea3d7..7dbb6ee 100644 --- a/css/styles.css +++ b/css/styles.css @@ -72,4 +72,8 @@ tr.keyed:first-child, tr.keyed:first-child a { color: #fff; } +tr.keyed:first-child { + background-color: red; +} + [v-cloak] {display: none} \ No newline at end of file diff --git a/index.html b/index.html index 9d3cde4..e6e9549 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ - + {{ row.via }} {{ row.keyed }}