diff options
author | Frederick Muriuki Muriithi | 2025-07-17 12:23:33 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-17 12:24:58 -0500 |
commit | ecf1a9a1798db490ff49945eaa73c8e4c090d1a5 (patch) | |
tree | 4ad661a8e0a8f21ce53cb8b5cbfec8939be89789 /gn_auth/static/css/broken_links.css | |
parent | 0e6a67bca38e0339af042554ed9b85a93ca39eee (diff) | |
download | gn-auth-ecf1a9a1798db490ff49945eaa73c8e4c090d1a5.tar.gz |
Decouple gn-auth from production (https://genenetwork.org).
Copy over files from GN2 for a quick decoupling of gn-auth from the
production system.
Diffstat (limited to 'gn_auth/static/css/broken_links.css')
-rw-r--r-- | gn_auth/static/css/broken_links.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 |