Skip to content

Commit

Permalink
Contrast Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barchakuz committed Mar 25, 2024
1 parent 55d8db2 commit 62ad4e0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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

0 comments on commit 62ad4e0

Please sign in to comment.