3321 PO Improve text contrast
This commit is contained in:
parent
04958bbce6
commit
3836a03b7f
view/src/main
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user