summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-09-01 16:13:05 -0700
committerMicah Lee <micah@micahflee.com>2019-09-01 16:13:05 -0700
commitdf568d648ebe056fb46316f71740960ad01a34cd (patch)
tree4b0a6115190593377a45f8ec55e43dca35951637 /share
parente7959f9ae655d47133be7162cbb51209dead0744 (diff)
downloadonionshare-df568d648ebe056fb46316f71740960ad01a34cd.tar.gz
onionshare-df568d648ebe056fb46316f71740960ad01a34cd.zip
Change link style for directory listing
Diffstat (limited to 'share')
-rw-r--r--share/static/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index f2ded524..a904c035 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -222,3 +222,12 @@ li.info {
color: #666666;
margin: 0 0 20px 0;
}
+
+a {
+ text-decoration: none;
+ color: #1c1ca0;
+}
+
+a:visited {
+ color: #601ca0;
+} \ No newline at end of file