Remove border from pixel

pull/1/head
mat ess 2022-09-04 01:11:46 -04:00
parent e630d82fce
commit 3d341214b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
img:not(#logo) {
img:not(#logo):not(#pixel) {
border: 3px solid #ececec;
max-width: 100%;
border-radius: 5px;

View File

@ -15,6 +15,6 @@
</p>
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js"></script>
<noscript>
<img src="https://stats.mat.services/count?p=/test-noscript">
<img id=pixel src="https://stats.mat.services/count?p=/test-noscript">
</noscript>
</footer>