mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-15 18:59:07 +01:00
10 lines
161 B
CSS
10 lines
161 B
CSS
#connection_profile_details>summary {
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
#connection_profile_details ul {
|
|
margin: 5px 0;
|
|
}
|