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
| /* Remove two column layout */ | |
| /* div.homepage-col-6 { | |
| float: none; | |
| width: 100%; | |
| margin: 0; | |
| } */ | |
| /* Adjust column margins */ |
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
| /* PASTE INTO STYLEBOT */ | |
| /* https://github.com/khui0 */ | |
| /* Remove two column layout */ | |
| div.homepage-col-6 { | |
| float: none; | |
| width: 100%; | |
| margin: 0; | |
| } |
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
| echo | |
| adb connect 127.0.0.1:58526 | |
| adb push %1 /sdcard/Download/ | |
| pause |
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
| @import url(https://fonts.googleapis.com/css2?family=Merriweather: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); | |
| .topbar_color1, | |
| .topbar_color2, | |
| .topbar_color3, | |
| .topbar_color4, | |
| .topbar_color5, | |
| .topbar_color6, | |
| .topbar_color7, | |
| .topbar_color8 { |