fix project name css
This commit is contained in:
parent
cdc4ee05a7
commit
95a2557729
17
style.css
17
style.css
@ -341,3 +341,20 @@ footer {
|
||||
#sprite-editor-preview-snippet:empty {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user