Skip to content

Commit

Permalink
Change font in protoplaster-system-report summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichalski-ant committed Nov 29, 2023
1 parent 9ada414 commit 05f598f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.11
- name: Install protoplaster with pip
run: |
pip install .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
}
.text {
color: white;
font-family: sans-serif;
}
.code {
color: white;
}
.output_text {
font-size: 16px;
Expand Down Expand Up @@ -89,7 +93,7 @@ <h2 class="item_header_text">{{sub_report.name}}</h2>
{% for summary in sub_report.summaries %}
<div id="{{sub_report.name}}_{{summary.title}}" class="hidden summary">
<h3 class="text">{{summary.title}}</h3>
<pre><code class="text">{{summary.content}}</code></pre>
<pre><code class="code">{{summary.content}}</code></pre>
</div>
{% endfor %}
{% endfor %}
Expand Down

0 comments on commit 05f598f

Please sign in to comment.