diff options
author | Alexander Kabui | 2021-02-11 21:47:41 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-13 16:55:08 +0300 |
commit | a4e057917a42b073bcbe70d9ba80dd48ee56b618 (patch) | |
tree | 5824114ea8f63ce2086b9b1dc2fc25faf6e17a1a | |
parent | 5f4ad48a7afaca3cf34266c1012efedb7ef2ec46 (diff) | |
download | genenetwork2-a4e057917a42b073bcbe70d9ba80dd48ee56b618.tar.gz |
add styles for broken links
-rw-r--r-- | wqflask/wqflask/static/new/css/broken_links.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wqflask/wqflask/static/new/css/broken_links.css b/wqflask/wqflask/static/new/css/broken_links.css new file mode 100644 index 00000000..676f32d9 --- /dev/null +++ b/wqflask/wqflask/static/new/css/broken_links.css @@ -0,0 +1,5 @@ + +.broken_link{ + color:red; + text-decoration: underline; +}
\ No newline at end of file |