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

Contrast Errors Resolved according to WCAG guidlines #870

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/Info.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<div class="header text-center text-white bg-info p-4">
<h1 class="h1">caMicroscope</h1>
<p>Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
<p style="font-weight: bold; font-size: 14pt;">Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
<div style="align-content: center;">
<div class="btn-group" role="group">
<a href="./table.html"> <button style="border-color: white; border-radius: 5px 0 0 5px;" type="button" class="btn btn-secondary bg-info text-light" title="Slides Table"><i class="fas fa-list-alt"></i> Slides</button> </a>
Expand Down
12 changes: 12 additions & 0 deletions apps/signup/signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,20 @@ nav li:not(.active):hover a{
}

.text-center{
font-weight: bold;
font-size: 14pt;
color: black;
cursor: pointer;
}
#info{
color: black;
}
#sub{
font-weight:bold;
font-size: 14pt;
background-color: #17a2b8;

}

@media screen and (max-width:736px) {
.signup-form {
Expand Down
2 changes: 1 addition & 1 deletion apps/signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 style="margin-top: -.5em;">User Signup</h2>
</div>
<!-- <p class="small text-center">This form is only useful to Admin users. If you reach this page, it's likely that you tried to log into this instance but lack
access. Email the administrator if you want to be added.</p> -->
<p class="small text-center">
<p id="info" class="small text-center;">
Non-admin users have to submit a request ticket to admins to get their approval to signup new users.
If you are an Admin, you can directly signup users.
</p>
Expand Down
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<div class="header text-center text-white bg-info p-4">
<h1 class="h1">caMicroscope</h1>
<p>Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
<p style="font-weight: bold; font-size: 14pt;">Digital pathology image viewer with support for human/machine generated annotations and markups.</p>
<div style="align-content: center;">
<div style="align-content: center;">
<div class="btn-group" role="group">
Expand Down