settings
https://gyazo.com/2b64335d2d5068a4c2b8db07b5604d68
ナビゲーションの色を変える
code:style.css
.navbar {
background: linear-gradient(90deg, rgba(120, 172, 255, 0.7), rgba(97, 114, 232, 0.7) 20% 40%, rgba(129, 107, 255, 0.7) 60%);
}
色
ヘッダに注釈を表示
code: style.css
.quick-launch .project-home .title{
word-break:break-all;
white-space:normal;
}
.quick-launch .project-home span.title::after{
content:"VRChatのTipsをみんなで書き溜めよう";
# background-color: #fff; padding: 3px;
# border: solid 1px #6f6; margin-left: 1em;
font-size: small;
display: inline-block;
line-height: 1.2em;
}