editable stuff on a flag now turns italic on hover (change in the future maybe)

This commit is contained in:
D3vision 2023-05-15 19:44:35 +02:00
parent f37f9b3dd7
commit 8cb0f37137

View File

@ -32,7 +32,9 @@ details .flag {
user-select: text;
padding: 1rem 1rem;
}
.flag span.clickable:hover{
font-style: italic;
}
.list.category {
user-select: none;
background-color: var(--color-darkGrey);