バルス祭りについて書きました
This commit is contained in:
parent
81896f9718
commit
a917f29733
|
@ -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 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue