Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mRemoteNGDocumentation/_static/css/custom.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/mRemoteNGDocumentation/_static/css/custom.css b/mRemoteNGDocumentation/_static/css/custom.css
index 744bda4c..80a0db14 100644
--- a/mRemoteNGDocumentation/_static/css/custom.css
+++ b/mRemoteNGDocumentation/_static/css/custom.css
@@ -1,6 +1,7 @@
body {
--themecolor: #4F8AFF;
+ --linkcolor: #343131;
color: var(--themecolor);
}
@@ -26,21 +27,22 @@ body {
}
a:link {
- color: var(--themecolor);
+ color: var(--linkcolor);
}
a:visited {
- color: var(--themecolor);
+ color: var(--linkcolor);
}
a:hover {
- color: var(--themecolor);
+ color: var(--linkcolor);
}
a:active {
- color: var(--themecolor);
+ color: var(--linkcolor);
}
a {
- color: var(--themecolor);
+ color: var(--linkcolor);
+ text-decoration: underline;
}