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"] {
- font-family: "Determination Sans" !important;
- color: #f4f0e9 !important;
- text-shadow: -2px 2px 0 #262b2d, 2px 2px 0 #262b2d, 2px -2px 0 #262b2d, -2px -2px 0 #262b2d, -1px 1px 0 #262b2d, 1px 1px 0 #262b2d, 1px -1px 0 #262b2d, -1px -1px 0 #262b2d;
- }
- /*main text padding to prevent outline from being cut off*/
- .css-1dbjc4n.r-150rngu.r-13awgt0.r-eqz5dr.r-16y2uox.r-1wbh5a2.r-11yh6sk.r-1rnoaur.r-1sncvnh{
- padding: 2px !important;
- }
- /*leave these transparant*/
- .r-13awgt0 {
- background-color: #0000 !important;
- }
- .r-eqz5dr {
- background-color: #0000 !important;
- }
- /*background (remove the background-image line for solid color background)*/
- div.css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv {
- background-image: linear-gradient(rgba(79, 43, 28, .65),rgba(79, 43, 28, .65)),url(https://cdn.imgchest.com/files/3yrgcnoob4z.gif) !important;
- background-color: #111 !important;
- background-size: cover;
- background-position: 50% 50%;
- }
- /*button text color */
- div[style*="font-family: MaterialCommunityIcons"] {
- color: #eebaaf !important;
- }
- /*Do/Say/Story text color and font*/
- div[style*="font-family: HelveticaNeueMedium"] {
- color: #f0d1c3 !important;
- font-family: "Determination Sans" !important;
- }
- /*input box text color and font*/
- textarea[style*="font-family: HelveticaNeueMedium"] {
- -webkit-text-fill-color: #f0d1c3;
- font-family: "Determination Sans" !important;
- }
- /*hide scrollbars Chromium*/
- *::-webkit-scrollbar {
- display: none;
- }
- /* Hide scrollbars firefox (maybe didnt test actually) */
- * {
- scrollbar-width: none; /* Firefox */
- }
- .css-18t94o4.css-1dbjc4n.r-1awozwy.r-1loqt21.r-18u37iz.r-1777fci.r-1otgn73.r-eafdt9.r-1i6wzkk.r-lrvibr {
- background-color: #2f3031 !important;
- }
- div[style*="border-radius: 10px"] {
- background-color: #0000004f !important;
- }
- .css-1dbjc4n.r-13awgt0.r-18u37iz {
- border-color: #0000005c !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement