Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*main text color and font*/
- div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
- color: #abea78 !important;
- font-family: "04b03" !important;
- text-transform: uppercase;
- }
- /*leave these transparant*/
- .r-13awgt0 {
- background-color: #0000 !important;
- }
- .r-eqz5dr {
- background-color: #0000 !important;
- }
- /*background image*/
- div.css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv {
- background-color: #111 !important;
- }
- /*button text color */
- div[style*="font-family: MaterialCommunityIcons"] {
- color: #abea78 !important;
- }
- /*button color*/
- div[style*="border-radius: 10px"] {
- background-color: #0000004f !important;
- }
- /*Do/Say/Story text color and font*/
- div[style*="font-family: HelveticaNeueMedium"] {
- color: #abea78 !important;
- font-family: "04b03" !important;
- text-transform: uppercase;
- }
- /*Do/Say/Story button color*/
- div[aria-label*="Do"],div[aria-label*="Say"],div[aria-label*="Story"] {
- background-color: #555 !important;
- }
- /*input box font*/
- textarea[style*="font-family: HelveticaNeueMedium"] {
- font-family: "04b03" !important;
- text-transform: uppercase;
- }
- /*input box border color*/
- .css-1dbjc4n.r-13awgt0.r-18u37iz {
- border-color: #0000005c !important;
- }
- /*hide scrollbars Chromium*/
- *::-webkit-scrollbar {
- display: none;
- }
- /* Hide scrollbars firefox (maybe didnt test actually) */
- * {
- scrollbar-width: none; /* Firefox */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement