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"] {
- text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
- font-family: "monofonto" !important;
- color: #25fe38 !important;
- }
- /*background color*/
- .r-13awgt0 {
- background-color: #11131700 !important;
- }
- .r-eqz5dr {
- background-color: #11131700 !important;
- }
- /*button text color */
- div[style*="font-family: MaterialCommunityIcons"] {
- text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
- color: #25fe38 !important;
- }
- /*Do/Say/Story text color and font*/
- div[style*="font-family: HelveticaNeueMedium"] {
- text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
- color: #fff !important;
- font-family: "monofonto" !important;
- }
- /*input box font*/
- textarea[style*="font-family: HelveticaNeueMedium"] {
- text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
- color: #fff !important
- font-family: "monofonto" !important;
- }
- /*background image*/
- div[style*="padding-left: 90px"], .css-1dbjc4n.r-1awozwy.r-eqz5dr.r-16y2uox {
- background-image: linear-gradient(rgba(0, 0, 0, .5),rgba(0, 0, 0, .5)),url(https://i.imgur.com/BDNxJeS.png?fb) !important;
- background-size: cover !important;
- }
- /*hide scrollbars chromium*/
- *::-webkit-scrollbar {
- display: none !important;
- }
- /*hide scrollbars firefox (maybe didnt test actually)*/
- * {
- scrollbar-width: none !important;
- }
Add Comment
Please, Sign In to add comment