Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document url(about:home), url(about:newtab), url(about:privatebrowsing) {
- .click-target-container *, .top-sites-list * {
- color: #fff !important;
- text-shadow: 0px 4px 2px #000 !important;
- }
- body::before {
- content: "" ;
- z-index: -1 ;
- position: fixed ;
- top: 0 ;
- left: 0 ;
- background: #f9a no-repeat url(img/dragon.jpg) center ;
- background-size: cover ;
- width: 100vw ;
- height: 100vh ;
- }
- *::selection {
- background: #f7a400 !important;
- }
- .top-site-outer .tile{
- background: #42414d !important;
- border: 2px solid #000000 !important;
- border-radius: 100px !important;;
- }
- .top-site-outer .top-site-icon{
- background-color: #0000 !important;
- }
- .top-site-outer .title .icon {
- fill: #f00 !important;
- }
- .search-wrapper .logo-and-wordmark .logo{
- background: url("img/librefox.png") no-repeat !important;
- box-shadow: orange 0px 5px 5px;
- border: 2px solid red;
- border-radius: 50px;
- background-size: cover !important;
- }
- .top-site-outer .title .icon{
- fill: #f00 !important;;
- }
- .search-wrapper .search-handoff-button, .search-wrapper input{
- border-radius:50px !important;
- }
- .click-target-container *, .top-sites-list *{
- text-shadow: 0px 4px 2px #000 !important;
- }
- .fake-editable{
- width: 50% !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement