This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch preview/refresh in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/preview/refresh by this push: new d1964c8 adjust css on active hyperlinks d1964c8 is described below commit d1964c8bacb6b493e1347fa3336a77e09b357a26 Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Jun 30 12:38:16 2021 -0700 adjust css on active hyperlinks --- 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 c74e4f6..89f339f 100644 --- a/theme/openoffice/static/css/openoffice.css +++ b/theme/openoffice/static/css/openoffice.css @@ -88,7 +88,8 @@ a:hover { a img { border: none; } -.dropdown-item a:active { +a:active { + color: #cccccc; background-color: #0e85cd; }