|
|
@ -62,7 +62,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
* { |
|
|
|
* { |
|
|
|
font-family: var(--gruv-font-family) !important; |
|
|
|
font-family: var(--gruv-font-family) !important; |
|
|
|
font-weight: normal; |
|
|
|
|
|
|
|
font-size: var(--gruv-font-size) !important; |
|
|
|
font-size: var(--gruv-font-size) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -73,7 +72,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
/* Chat content */ |
|
|
|
/* Chat content */ |
|
|
|
[class*="chatContent"] [class*="form"] { |
|
|
|
[class*="chatContent"] [class*="form"] { |
|
|
|
padding-top: 0.5rem; |
|
|
|
/* padding-top: 0.5rem; */ |
|
|
|
background-color: var(--gruv-bg-normal); |
|
|
|
background-color: var(--gruv-bg-normal); |
|
|
|
box-shadow: 0 -20px 40px -20px #0000006e; |
|
|
|
box-shadow: 0 -20px 40px -20px #0000006e; |
|
|
|
} |
|
|
|
} |
|
|
|