aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/_static
diff options
context:
space:
mode:
authorJ08nY2024-08-23 18:56:17 +0200
committerJ08nY2024-08-23 18:56:17 +0200
commit0217078cc1f10881b60be613fd4c6e0ef9677ce6 (patch)
tree7c76dbc368960e9603d0e170efe2c490114b9e72 /docs/_static
parentd0ac8b2a760befbe6634fa0b7700ee34c648646b (diff)
downloadpyecsca-0217078cc1f10881b60be613fd4c6e0ef9677ce6.tar.gz
pyecsca-0217078cc1f10881b60be613fd4c6e0ef9677ce6.tar.zst
pyecsca-0217078cc1f10881b60be613fd4c6e0ef9677ce6.zip
Move libraries to separate docs.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index f9bf4de..a8744a3 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -9,3 +9,15 @@ img.logo {
dl.class, dl.function {
margin-bottom: 2em;
}
+
+a {
+ color: #004B6B;
+}
+
+a:visited {
+ color: #001c63;
+}
+
+dt:target, .highlight {
+ background: #ffffff;
+}