mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 09:44:26 +00:00
add border radius
This commit is contained in:
parent
867662a5ff
commit
83ab83bc57
@ -79,5 +79,6 @@ This selector should be replaced by a more specific one if the library adds a CS
|
|||||||
background-color: var(--color-tooltip-bg);
|
background-color: var(--color-tooltip-bg);
|
||||||
color: var(--color-tooltip-text);
|
color: var(--color-tooltip-text);
|
||||||
border: none;
|
border: none;
|
||||||
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user