From ecf1a9a1798db490ff49945eaa73c8e4c090d1a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 17 Jul 2025 12:23:33 -0500 Subject: Decouple gn-auth from production (https://genenetwork.org). Copy over files from GN2 for a quick decoupling of gn-auth from the production system. --- gn_auth/static/css/broken_links.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gn_auth/static/css/broken_links.css (limited to 'gn_auth/static/css/broken_links.css') diff --git a/gn_auth/static/css/broken_links.css b/gn_auth/static/css/broken_links.css new file mode 100644 index 0000000..676f32d --- /dev/null +++ b/gn_auth/static/css/broken_links.css @@ -0,0 +1,5 @@ + +.broken_link{ + color:red; + text-decoration: underline; +} \ No newline at end of file -- cgit v1.2.3