Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Font I personally used for the css below: https://www.behance.net/gallery/31268855/Determination-Better-Undertale-Font */
- /*main text color and font*/
- div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
- font-family: "Determination Sans" !important;
- color: #fd0 !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[style*="padding-left: 90px"], div[style*="display: flex; justify-content: flex-start; padding-bottom: 40px; padding-top: 64px"] {
- background-image: url(https://i.imgur.com/1jDzqYV.jpeg) !important;
- background-color: #111 !important;
- background-size: cover;
- background-position: 50% 50%;
- }
- /*button text color */
- div[style*="font-family: MaterialCommunityIcons"] {
- color: #fd0 !important;
- }
- /*button color*/
- div[style*="border-radius: 10px"] {
- background-color: #0000004f !important;
- }
- /*Do/Say/Story text color and font*/
- .css-901oao.css-bfa6kz[style*="font-size: 20px; padding-right: 10px; padding-left: 10px; text-transform: none;"] {
- color: #fd0 !important;
- font-family: "Determination Sans" !important;
- }
- /*Do/Say/Story button color*/
- div[style*="align-self: center; background-image: linear-gradient"]{
- background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)) !important;
- background-color: #0000004f !important;
- }
- /*input box font*/
- textarea[style*="font-family: HelveticaNeueMedium"] {
- font-family: "Determination Sans" !important;
- }
- /*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 */
- }
Add Comment
Please, Sign In to add comment