diff --git a/root-module-manual/server.py b/root-module-manual/server.py index cb7e519..60a375b 100644 --- a/root-module-manual/server.py +++ b/root-module-manual/server.py @@ -170,6 +170,18 @@ def index(): .download-link a:hover { color: #3700b3; } + .source-link { + margin-top: 20px; + font-size: 14px; + color: #bbb; + } + .source-link a { + color: #6200ea; + text-decoration: none; + } + .source-link a:hover { + color: #3700b3; + } @@ -192,6 +204,9 @@ def index(): +