バルス祭りについて書きました

This commit is contained in:
Daichimarukana 2024-08-30 16:48:04 +09:00
parent 81896f9718
commit a917f29733
2 changed files with 20 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"articles": [
{
"title": "バルス祭り",
"id": "balsu_festival",
"date": "2024-08-30",
"description": "本日考えられるバルス祭りについて書きました",
"content": "バルス祭りについてですが... \n現在ゆずねっとはユーザ数が100人程度のためおそらくゆずねっと上でバルス祭りを行ってもサーバーはダウンしないものと考えております。 \n是非バルスしちゃってください。 \nなお、TLを埋め尽くすほどのユーズはお控えください。 \n \nゆずねっと以外にも簡単にバルスできるボタンを作りましたので是非ご活用ください \n<a href='https://share.uwuzu.com/?text=バルス!!!' class='link_btn'>バルスる</a>"
},
{
"title": "ユーズで使用できる装飾について",
"id": "use_markdown",
@ -37,4 +44,3 @@
}
]
}

View File

@ -160,7 +160,19 @@ main .article pre{
color: #F7F7F7;
font-family: "BIZ UDGothic", sans-serif;
}
.link_btn{
line-height: 64px;
width: fit-content;
height: 32px;
padding: 8px 16px;
background-color: #FFC832;
color: #F7F7F7;
text-decoration: none;
font-family: "Inter", "BIZ UDPGothic", sans-serif;
font-weight: normal;
font-size: 20px;
border-radius: 25px;
}
.error {
position: absolute;
animation: slideDown 5.0s ease-in-out forwards;