aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_static
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-24 19:56:34 -0400
committerMicah Lee <micah@micahflee.com>2020-08-24 19:56:34 -0400
commit50ae9945359fc88cae7c428f5f7f52b77ac47aa3 (patch)
tree7ed37b2d8939d1dba005d883173f05d983e937f2 /docs/source/_static
parentb3b09a6f2caa5c940184f6f127cfc19513ff09f0 (diff)
downloadonionshare-50ae9945359fc88cae7c428f5f7f52b77ac47aa3.tar.gz
onionshare-50ae9945359fc88cae7c428f5f7f52b77ac47aa3.zip
Add some OnionShare styling to the theme and write some more docs
Diffstat (limited to 'docs/source/_static')
-rw-r--r--docs/source/_static/custom.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css
new file mode 100644
index 00000000..05c1ec1c
--- /dev/null
+++ b/docs/source/_static/custom.css
@@ -0,0 +1,7 @@
+.wy-nav-top {
+ background-color: #4e0d4e;
+}
+
+.wy-side-nav-search {
+ background-color: #5f0f5f;
+} \ No newline at end of file