You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: More small dark mode fixes
* "badge rounded-pill bg-" -> "badge rounded-pill text-bg-"
This sets the text color correctly for more readable badges.
* Same for cards
* Fix tests
Copy file name to clipboardExpand all lines: ietf/templates/doc/document_ballot_content.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@
104
104
</div>
105
105
{% if p.pos.blocking and p.discuss %}
106
106
<divclass="card border-danger {% if p.comment %} mb-2{% endif %}">
107
-
<divclass="card-header bg-danger text-light">
107
+
<divclass="card-header text-bg-danger">
108
108
<div>
109
109
<b>{{ p.pos.name }}</b>
110
110
({{ p.discuss_time|date:"Y-m-d" }}{% if not p.for_current_revision and p.get_dochistory.rev %}{% if p.discuss_time %} {% endif %}for -{{ p.get_dochistory.rev }}{% endif %})
0 commit comments