This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/qutebrowser/style.css

52 lines
970 B
CSS

/* {{@@ header() @@}}
___ _ _
/ _ \ _ _| |_ ___| |__ _ __ _____ _____ ___ _ __
| | | | | | | __/ _ \ '_ \| '__/ _ \ \ /\ / / __|/ _ \ '__|
| |_| | |_| | || __/ |_) | | | (_) \ V V /\__ \ __/ |
\__\_\\__,_|\__\___|_.__/|_| \___/ \_/\_/ |___/\___|_|
*/
/*{%@@ if color.type == "dark" @@%}*/
button,
input[type="button"] {
color: unset;
background-color: unset;
}
.bg-gradient-to-b,
body {
background-image: none !important;
}
/***************************
* Remove borked ellements *
***************************/
.search-filters-wrap:before, .search-filters-wrap:after {
display: none;
}
/*{%@@ endif @@%}*/
/*****************
* Hide some ads *
*****************/
/*Reddit*/
#sr-header-area .redesign-beta-optin,
.link.promotedlink.promoted,
.spacer:empty,
.spacer .premium-banner-outer,
.ad-container,
/*Youtube*/
div#masthead-ad ,
.video-ads,
#player-ads,
ytd-popup-container {
display: none !important;
}