mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-18 11:50:13 +08:00
fix: styles are overwritten on some websites (#88)
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
|
||||
.chatgptbox-container * {
|
||||
font-family: 'Cairo', sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.chatgptbox-container {
|
||||
@@ -153,6 +154,7 @@
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
color: var(--font-color);
|
||||
height: 50px;
|
||||
|
||||
p {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user