Skip to content

Commit a3f457e

Browse files
committed
Added pulsating effect to code annotations
1 parent f892849 commit a3f457e

File tree

12 files changed

+10
-7
lines changed

12 files changed

+10
-7
lines changed

docs/setup/ensuring-data-privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ The following configuration options are available:
216216

217217
If Material for MkDocs would bundle all font files, the download size would
218218
be in the hundreds of megabytes, slowing down automated builds. Furthermore,
219-
authors might add external assets like third-party scripts or stylesheets
219+
authors might add external assets like third-party scripts or style sheets
220220
that would need to be remembered to be defined as further local assets.
221221

222222
This is the very reason the [built-in privacy plugin] exists — it automates

material/assets/stylesheets/main.1c3799f8.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/assets/stylesheets/main.1c3799f8.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/assets/stylesheets/main.64b3143d.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/assets/stylesheets/main.64b3143d.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{% endif %}
3535
{% endblock %}
3636
{% block styles %}
37-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.1c3799f8.min.css' | url }}">
37+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.64b3143d.min.css' | url }}">
3838
{% if config.theme.palette %}
3939
{% set palette = config.theme.palette %}
4040
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.cc9b2e1e.min.css' | url }}">

material/overrides/assets/stylesheets/main.82a244a8.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/overrides/assets/stylesheets/main.82a244a8.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/overrides/assets/stylesheets/main.8464ae1a.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/overrides/assets/stylesheets/main.8464ae1a.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-#}
44
{% extends "base.html" %}
55
{% block extrahead %}
6-
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.8464ae1a.min.css' | url }}">
6+
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.82a244a8.min.css' | url }}">
77
{% endblock %}
88
{% block announce %}
99
<a href="https://twitter.com/squidfunk">

0 commit comments

Comments
 (0)