<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* restores noot button */

.compose-form button[type="submit"] {
	font-size: 0 !important;
}
.compose-form button[type="submit"]::after {
	font-size: 14px;
	content: 'Noot! 🐧';
}


/* restores noot button on smaller screens */

.button.button-secondary[href="/publish"] {
  visibility: hidden;
}

.button.button-secondary[href="/publish"]::after {
  visibility: visible;
  content:'Noot! 🐧'; 
  text-indent: 0;
  display: block;
  border: 2px solid grey;
  border-radius: 5px;
  padding: 2px;
}


/* NOOT RESTORED 

@import url('https://fonts.googleapis.com/css2?family=Cinzel&amp;display=swap')

.notification-bar-message {
font-size: 0 !important;}

.notification-bar-message::after {
content:'NOOT RESTORED';
color:#ffff6b;
display:block;
font:80px "Trajan Pro",Trajan,Cinzel,serif;letter-spacing:-0.1em;text-align:center;text-shadow:-15px 0 10px #f00,15px 0 10px #f00;text-transform:uppercase;transform:scale(0.8,1)}

.notification-bar {
transition:initial}

.notification-bar-active {
border-radius:0;
bottom:0;
height:40px;
left:0;
margin:auto;
position:fixed;
right:0;
top:0}

.notification-bar-wrapper {
background:#000;
box-shadow:0 0 15px 15px #000}

.notification-bar-action {
display:none}

*/

</pre></body></html>