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

XWIKI-20827: Inline links must be distinguishable without relying on color #2329

Merged
merged 8 commits into from
Oct 17, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@
## Make the links a bit darker than the default from bootstrap. Default #337ab7 has sufficient contrast on white
## but this updated value allows light grey background to keep enough contrast.
@brand-primary: #2f70a7;
## Make regular text darker so that the contrast with links is high enough to differentiate them easily.
@text-color: #222222;
## Make sure button white text has enough contrast on the whole gradient
@btn-primary-bg: #386da7;
## Make sure all kinds of buttons have proper contrast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
<table-border-color/>
</property>
<property>
<text-color/>
<text-color>#222222</text-color>
</property>
<property>
<xwiki-page-content-bg/>
Expand Down