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

Increasing Accessibility by increasing color contrast on login page #279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs-web/pom.xml
Original file line number Diff line number Diff line change
@@ -189,6 +189,10 @@
<name>application.mode</name>
<value>dev</value>
</systemProperty>
<systemProperty>
<name>docs.home</name>
<value>/home/monkeyjerr/teedy/docs</value>
</systemProperty>
</systemProperties>
<webApp>
<contextPath>/</contextPath>
2 changes: 1 addition & 1 deletion docs-web/src/main/webapp/src/partial/docs/login.html
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
/* Smaller links everywhere on login */
a {
font-size: 90%;
color: #666;
color: rgb(0, 0, 0);
}
</style>
<div class="row vertical-center">
2 changes: 1 addition & 1 deletion docs-web/src/main/webapp/src/style/bootstrap.css
Original file line number Diff line number Diff line change
@@ -526,7 +526,7 @@ mark,
text-transform: capitalize;
}
.text-muted {
color: #777;
color: #000;
}
.text-primary {
color: #337ab7;
2 changes: 1 addition & 1 deletion docs-web/src/main/webapp/src/style/main.less
Original file line number Diff line number Diff line change
@@ -563,7 +563,7 @@ input[readonly].share-link {
}

.btn-primary {
background-color: #2aabd2;
background-color: #14596e;
border-color: transparent;
}