Spaces:
Sleeping
Sleeping
Update public/stylesheet.css
Browse files- public/stylesheet.css +7 -1
public/stylesheet.css
CHANGED
|
@@ -77,7 +77,13 @@ blockquote p{text-transform: uppercase;
|
|
| 77 |
.css-1nw3w5l{scrollbar-width: thin;scrollbar-color: #303030 #424242}
|
| 78 |
.css-1nw3w5l::-webkit-scrollbar {width: 5px;height: 8px;background-color: #424242; /* or add it to the track */}
|
| 79 |
.css-1nw3w5l::-webkit-scrollbar-thumb {background: #303030;}
|
| 80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
@media screen and (max-width: 640px) {
|
| 82 |
blockquote p{font-size: 7vw;}
|
| 83 |
.MuiStack-root.css-1r3ne6n:before{font-size: 12vw;}
|
|
|
|
| 77 |
.css-1nw3w5l{scrollbar-width: thin;scrollbar-color: #303030 #424242}
|
| 78 |
.css-1nw3w5l::-webkit-scrollbar {width: 5px;height: 8px;background-color: #424242; /* or add it to the track */}
|
| 79 |
.css-1nw3w5l::-webkit-scrollbar-thumb {background: #303030;}
|
| 80 |
+
img.MuiTab-iconWrapper.chat-profile-icon {
|
| 81 |
+
display: block !important;
|
| 82 |
+
}
|
| 83 |
+
.MuiButtonBase-root.MuiTab-root.MuiTab-labelIcon.MuiTab-textColorPrimary.Mui-selected {
|
| 84 |
+
background-color: #ab3ed8 !important;
|
| 85 |
+
}
|
| 86 |
+
.MuiBox-root.css-1dbwmgy > markdown-body > p{color:#303030!important}
|
| 87 |
@media screen and (max-width: 640px) {
|
| 88 |
blockquote p{font-size: 7vw;}
|
| 89 |
.MuiStack-root.css-1r3ne6n:before{font-size: 12vw;}
|