<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 a[data-clicks]::after {
   content: attr(data-clicks);
   font-size: smaller;
   display: inline-block;
   background-color: #cccccc;
   border-radius: 10px;
   padding: 0 0.2em;
   margin: 0 0.2em;
 }
</pre></body></html>