add 'area inked' txt

This commit is contained in:
kittentm 2026-03-17 04:28:05 +01:00
commit 965460509a
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 22 additions and 1 deletions

View file

@ -308,4 +308,22 @@ body {
.menu-item .hover-state { display: none; }
.menu-item:hover .hover-state, .menu-item.active .hover-state { display: block; }
.menu-item:hover .default, .menu-item.active .default { display: none; }
.menu-item:hover .default, .menu-item.active .default { display: none; }
.area-inked-title-image-container {
display: flex;
justify-content: center;
align-items: center;
width: 1044px;
margin: 20px auto 0 auto;
position: relative;
z-index: 10;
clear: both;
}
.area-inked-title {
width: 250px;
height: auto;
display: block;
margin-right: 200px;
}