Skip to content

Commit

Permalink
Improved rendering of code annotation markers
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 28, 2021
1 parent 334b42e commit 674df04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.ad626c1e.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.0cdf1fcc.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
margin: 0 -0.4ch;
padding: 0 0.4ch;
background-color: var(--md-default-fg-color--lighter);
border-radius: 1em;
border-radius: 2ch;
transition:
color 250ms,
background-color 250ms;
Expand Down

0 comments on commit 674df04

Please sign in to comment.