プロジェクトタイトルの隣に今日の日付を表示するUserCSS
#UserCSS
プロジェクトタイトル
の隣に今日の
日付
を表示する
UserCSS
/villagepump/プロジェクトタイトルの隣に今日の日付を表示するUserCSS
code:style.css
.navbar .row .project-home::after {
display: block;
flex-shrink: 0;
height: 36px;
aspect-ratio: 4 / 3;
margin-left: 10px;
content: "";
background-image: url("
https://daiiz-apps.appspot.com/today/jp.svg");
background-repeat: no-repeat;
background-size: contain;
}