aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_static
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-25 15:29:39 -0700
committerMicah Lee <micah@micahflee.com>2020-08-25 15:29:39 -0700
commite111652eeb2be6bc921f05fe858d43586f869cbf (patch)
tree7ef0cf688c988cb465b7eb91a95003c35d39ca3d /docs/source/_static
parent591c1bc101db2567a6bbcb5779522a2cd14a9eaf (diff)
downloadonionshare-e111652eeb2be6bc921f05fe858d43586f869cbf.tar.gz
onionshare-e111652eeb2be6bc921f05fe858d43586f869cbf.zip
Some design changes
Diffstat (limited to 'docs/source/_static')
-rw-r--r--docs/source/_static/custom.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
index 05c1ec1c..b6ce2330 100644
--- a/docs/source/_static/custom.css
+++ b/docs/source/_static/custom.css
@@ -4,4 +4,14 @@
.wy-side-nav-search {
background-color: #5f0f5f;
+}
+
+.wy-nav-content a:link,
+.wy-nav-content a:visited {
+ color: #2980b9;
+}
+
+.wy-nav-content a:active,
+.wy-nav-content a:hover {
+ color: #3091d1;
} \ No newline at end of file