Created
July 29, 2020 12:58
-
-
Save Microtribute/fb6d5665666f54787e7c705008b61f55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Quick Tags Google Chrome Extension | |
* https://chrome.google.com/webstore/detail/quick-tabs/jnjfeinjfmenlddahdjdmgpbokiacbbb | |
* | |
* Custom comfortable style | |
*/ | |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); | |
* { | |
font-family: 'Roboto', sans-serif; | |
} | |
body { | |
zoom: 1.2; | |
padding-top: 60px; | |
padding-left: 0.5rem; | |
padding-right: 0.5rem; | |
padding-bottom: 0.5rem; | |
width: 600px; | |
} | |
input[type="text"] { | |
position: fixed; | |
height: 30px; | |
width: 100%; | |
top: 0; | |
left: 0; | |
text-align: center; | |
font-family: 'Roboto', sans-serif; | |
} |
jlinarez1
commented
Mar 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment