1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix styling of announcement bar

This commit is contained in:
David Young
2021-08-10 22:03:20 +12:00
parent 530b1e93d9
commit d68dd35ad0

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block announce %}
<style>.md-announce a,.md-announce a:focus,.md-announce a:hover{color:currentColor}.md-announce strong{white-space:nowrap}.md-announce .twitter{margin-left:.2em;color:#00acee}</style>
<style>.md-banner a,.md-banner a:focus,.md-banner a:hover{color:currentColor}.md-banner strong{white-space:nowrap}.md-banner .twitter{margin-left:.2em;color:#00acee}</style>
<div align="center">
<a href="https://github.com/sponsors/funkypenguin">
<span class="twemoji">
@@ -25,14 +25,5 @@
{% block analytics %}
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
</script>
<!-- RightMessage
<script type="text/javascript">
(function(p, a, n, d, o, b, c) {
o = n.createElement('script'); o.type = 'text/javascript'; o.async = true; o.src = 'https://tb.rightmessage.com/'+p+'.js';
b = n.getElementsByTagName('script')[0]; d = function(h, u, i) { var c = n.createElement('style'); c.id = 'rmcloak'+i;
c.type = 'text/css'; c.appendChild(n.createTextNode('.rmcloak'+h+'{visibility:hidden}.rmcloak'+u+'{display:none}'));
b.parentNode.insertBefore(c, b); return c; }; c = d('', '-hidden', ''); d('-stay-invisible', '-stay-hidden', '-stay');
setTimeout(o.onerror = function() { c.parentNode && c.parentNode.removeChild(c); }, a); b.parentNode.insertBefore(o, b);
})('1802694484', 20000, document);
</script> -->
<script defer data-domain="geek-cookbook.funkypenguin.co.nz" src="https://plausible.io/js/plausible.js"></script>
{% endblock %}