aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/mega-manual')
-rw-r--r--documentation/mega-manual/mega-style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css
index ea40de151d..45b77ac958 100644
--- a/documentation/mega-manual/mega-style.css
+++ b/documentation/mega-manual/mega-style.css
@@ -312,6 +312,13 @@ a:hover {
/*font-weight: bold;*/
}
+/* This style defines how the permalink character
+ appears by itself and when hovered over with
+ the mouse. */
+
+[alt='Permalink'] { color: #eee; }
+[alt='Permalink']:hover { color: black; }
+
div.informalfigure,
div.informalexample,