fix project name css

This commit is contained in:
Reimar 2025-10-11 22:43:09 +02:00
parent cdc4ee05a7
commit 95a2557729

View File

@ -341,3 +341,20 @@ footer {
#sprite-editor-preview-snippet:empty { #sprite-editor-preview-snippet:empty {
display: none; display: none;
} }
#project-name {
background-color: inherit;
border: none;
font-size: 1.5rem;
font-weight: bold;
border-bottom: 1px solid #bdbdbd;
transition: border-color 200ms ease-in-out;
}
#project-name:hover, #project-name:active {
border-color: white;
}
#project-name:focus {
outline: none;
}