mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
CSS: Add on-hover style for links
This commit is contained in:
parent
d4c8b5c9da
commit
204a3545ea
@ -4556,6 +4556,10 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
filter: brightness(1.25);
|
||||
}
|
||||
|
||||
#export_format_popup {
|
||||
display: none;
|
||||
z-index: 9999;
|
||||
|
Loading…
Reference in New Issue
Block a user