This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/main by this push:
new b3a39e0 Small changes to headline color and links
b3a39e0 is described below
commit b3a39e0007240116ffb1724ebdade6758e865aa2
Author: mseidel <[email protected]>
AuthorDate: Thu Nov 12 17:48:41 2020 +0100
Small changes to headline color and links
---
theme/openoffice/static/css/openoffice.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/theme/openoffice/static/css/openoffice.css
b/theme/openoffice/static/css/openoffice.css
index bd30640..d411259 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -39,7 +39,7 @@ body {
#bannercenter {
padding: 12pt 2pt 34pt 2pt;
- color: #107EC0;
+ color: #555555;
}
#bannerleft {
@@ -54,6 +54,7 @@ body {
a {
color: #107EC0;
+ text-decoration:none;
}
a:visited {