diff --git a/contents.json b/contents.json index edb2409..990ac2a 100644 --- a/contents.json +++ b/contents.json @@ -1,5 +1,12 @@ { "articles": [ + { + "title": "バルス祭り", + "id": "balsu_festival", + "date": "2024-08-30", + "description": "本日考えられるバルス祭りについて書きました", + "content": "バルス祭りについてですが... \n現在ゆずねっとはユーザ数が100人程度のためおそらくゆずねっと上でバルス祭りを行ってもサーバーはダウンしないものと考えております。 \n是非バルスしちゃってください。 \nなお、TLを埋め尽くすほどのユーズはお控えください。 \n \nゆずねっと以外にも簡単にバルスできるボタンを作りましたので是非ご活用ください! \nバルスる" + }, { "title": "ユーズで使用できる装飾について", "id": "use_markdown", @@ -37,4 +44,3 @@ } ] } - \ No newline at end of file diff --git a/css/style.css b/css/style.css index 233a164..2f8e21e 100644 --- a/css/style.css +++ b/css/style.css @@ -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;