generated at
天気図を表示するUserCSS
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); } }


めっちゃ見やすくて良いMijinko_SD

2024-02-23
変数を使うようにした
lintとformatをした