style.css@media only screen and (min-width: 480px) {
a[type="hashTag"][href="/villagepump/%E5%A4%A9%E6%B0%97%E5%9B%B3"]::after {
--scale: 0.5;
--width: calc(600px * var(--scale));
--height: calc(581px * var(--scale));
position: fixed;
top: 40px;
right: 0;
display: block;
width: var(--width);
height: var(--height);
content: "";
background-image: url("https://takker-weather.vercel.app/jma/weather-map/archives/today.png");
background-size: var(--width) var(--height);
}
}