diff --git a/static/bundle-SHORTSHA1-dbda62d.css b/static/bundle-SHORTSHA1-6553b95.css similarity index 99% rename from static/bundle-SHORTSHA1-dbda62d.css rename to static/bundle-SHORTSHA1-6553b95.css index da68ef6..343cd71 100644 --- a/static/bundle-SHORTSHA1-dbda62d.css +++ b/static/bundle-SHORTSHA1-6553b95.css @@ -375,7 +375,9 @@ article figcaption { font-style: italic; } .mg-feed { - color: #bf4d00; } + color: #bf4d00; + font-size: 16pt; +} .mg-feed:hover { color: #d14905; } @@ -463,6 +465,10 @@ article figcaption { padding: 0.2em 0; } +.social-link { + font-size: 20pt; +} + .mg-search { display: flex; } .mg-search-button { diff --git a/static/main.css b/static/main.css index 8bcb25e..a70ba1e 100644 --- a/static/main.css +++ b/static/main.css @@ -188,7 +188,9 @@ article figcaption { font-style: italic; } .mg-feed { - color: #bf4d00; } + color: #bf4d00; + font-size: 16pt; +} .mg-feed:hover { color: #d14905; } @@ -276,6 +278,10 @@ article figcaption { padding: 0.2em 0; } +.social-link { + font-size: 20pt; +} + .mg-search { display: flex; } .mg-search-button { diff --git a/templates/base.html b/templates/base.html index 519e927..b88278c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -61,7 +61,7 @@ {% endif %} - + @@ -146,7 +146,7 @@

Social

{% for link_destination, link in SOCIAL %} - + {% endfor %}