Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links become camouflaged when using the same color as titles #260

Open
dannybeckett opened this issue Jul 22, 2024 · 0 comments
Open

Links become camouflaged when using the same color as titles #260

dannybeckett opened this issue Jul 22, 2024 · 0 comments

Comments

@dannybeckett
Copy link

When using the following settings in your .conf file:

color_link="6A00FF"
color_TableBGTitle="6A00FF"

The links show nicely at the top of the page:

2024-07-22 20_07_06-AWStats for domain and 92 more pages - Personal - Microsoft​ Edge

But they become hidden on titles:

2024-07-22 20_07_56-AWStats for domain and 92 more pages - Personal - Microsoft​ Edge

A workaround is to use this option:

HTMLHeadSection="<style>    /* Uncamouflauge links on titles */    .aws_title a { color: rgb(255, 255, 255) !important; } .aws_title a:hover { color: rgb(247, 242, 255) !important; }    </style>"

Which then shows the links:

2024-07-22 20_09_12-AWStats for domain and 92 more pages - Personal - Microsoft​ Edge

Please could you add new options for:

color_titlelink="FFFFFF"
color_titlehover="F7F2FF"

Advanced Web Statistics 7.9 (build 20230108)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant