⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(index.html): custom select chevron

Fuwn 06cadd77 7c4f0c20

+5
+5
index.html
··· 66 66 select { 67 67 color: #9fadbd; 68 68 margin-bottom: 35%; 69 + appearance: none; 70 + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239fadbd'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E"); 71 + background-repeat: no-repeat; 72 + background-position: right 0.75em top 50%; 73 + background-size: 1.25em; 69 74 } 70 75 71 76 select:focus {