Add goodbye amv to blog posts.

This commit is contained in:
天クマ 2026-07-10 11:35:48 -03:00
commit ac895d086c
6 changed files with 41 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

@ -64,10 +64,15 @@ select {
header {
display: flex;
flex-direction: column;
border-bottom: thick solid rgba(255, 255, 255, 0.1);
width: 100%;
box-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(0, 0, 0, 0.3);
}
header .headerContent {
width: 100%;
background-color: rgba(0, 0, 0, 0.15);
display: flex;
}
header.tumblr {
@ -81,7 +86,7 @@ header.tumblr {
background-color: rgb(0,0,0,0.8);
}
header div {
header #headerTitle, header #linksHelper {
padding: 1rem;
}