3321 PO Improve text contrast

This commit is contained in:
Andreas Svanberg 2024-01-22 10:47:16 +01:00
parent 04958bbce6
commit 3836a03b7f
2 changed files with 3 additions and 3 deletions
view/src/main
java/se/su/dsv/scipro/admin/pages
webapp/css

@ -41,7 +41,7 @@
<p>
These reviewers have not met their review quota, but their language or research areas does not match the project's.
</p>
<div class="card bg-warning opacity-50 mb-3" wicket:id="mismatched_candidates">
<div class="card bg-warning bg-opacity-50 mb-3" wicket:id="mismatched_candidates">
<wicket:container wicket:id="details"/>
</div>
</wicket:enclosure>
@ -73,7 +73,7 @@
</div>
<div class="col my-auto">
<div class="card-body">
<h4 class="card-title text-white" wicket:id="user"></h4>
<h4 class="card-title" wicket:id="user"></h4>
<span wicket:id="assigned"></span> / <span wicket:id="target"></span>
<p wicket:id="note"></p>
<div>

@ -244,7 +244,7 @@ footer a:hover { color: #d95e00;}
/*Generic headline elements*/
h1, h2, h3, h4, h5, h6 { color: #002f5f; font-family: Verdana, sans-serif;}
:is(h1, h2, h3, h4, h5, h6):not(.card-title) { color: #002f5f; font-family: Verdana, sans-serif;}
h1 { font-size: 2.571em;}
h2 { font-size: 2.143em;}
h3 { font-size: 1.714em;}