summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-09-28 14:46:20 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-28 13:51:02 +0200
commiteefef8231b5fbbb4148fa57a5a01b5c160a4ad9b (patch)
treee11bbd9bab0ca5b929823a2173b8c81917afd6bd /help3xsl
parentfix typo in text about master slide footer (diff)
downloadhelp-eefef8231b5fbbb4148fa57a5a01b5c160a4ad9b.tar.gz
help-eefef8231b5fbbb4148fa57a5a01b5c160a4ad9b.zip
Keep logo text colour white even when visited
Change-Id: I5cad9cdaf606b2b809c8e8a39a0dbf82ce15f919 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103548 Tested-by: Jenkins Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 5502308ad2..bd48191816 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -352,14 +352,10 @@ h6 {
justify-content: space-between;
flex-direction: column;
}
-symbol, .logo {
+.symbol, .logo, .logo:hover, .logo:visited {
color: #fff;
text-decoration: none;
}
-.logo:hover {
- text-decoration: none;
- color: #fff;
-}
.logo p {
font-size: 24px;
}