Discord宣伝ピン留め設定
a .header
と a .title
に :not(:first-child)
をつける
バージョン1
200,227
145,170
style.css/* カードのサイズを設定 */
.grid>li.pin:first-child {
width: 170px;
height: 145px;
}
/* Discordの背景画像を設定 */
.grid>li.pin:first-child a {
background-image: URL("https://gyazo.com/c54986b000f7374bb077839e6c9fecb9.png");
background-color: rgba(255,255,255,.8) !important;
background-size: cover;
}
.grid>li.pin:first-child .title {text-align: center; }
.grid>li.pin:first-child a .header {border-top: #2c36a5 solid 10px}
.grid>li.pin:first-child a .pin {
background: linear-gradient(45deg, #b2b8f7, #b2b8f7 50%, var(--body-bg) 50%, var(--body-bg)) !important;
}