mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-21 14:22:45 +00:00
qute: clean up more css
This commit is contained in:
parent
49e4176334
commit
c310eb04ad
|
@ -1,17 +1,16 @@
|
|||
#hnmain { // hacker news
|
||||
zoom: 120%;
|
||||
background: #212121 !important;
|
||||
td[bgcolor="#ff6600"] {background: #4b5762 !important}
|
||||
.title a:link, .c00, .c00 a:link {color: #FFF !important}
|
||||
.title a:link, .c00, .c00 a:link {color: #FFF }
|
||||
[action="comment"] {display:none}
|
||||
}
|
||||
|
||||
#app-mount { //discord
|
||||
--background-primary: #27212d;
|
||||
--background-primary: var(--bg_hover);
|
||||
--bg-overlay-2: var(--background-primary);
|
||||
--background-tertiary: var(--background-primary);
|
||||
--background-secondary: var(--background-primary);
|
||||
--channeltextarea-background: #4a3657;
|
||||
--background-secondary-alt: var(--background-secondary);
|
||||
--background-secondary-alt: var(--background-primary);
|
||||
--channeltextarea-background: var(--background-primary);
|
||||
|
||||
font-family: "Ubuntu Mono";
|
||||
$aria: gift, Help, Inbox;
|
||||
|
@ -20,11 +19,11 @@
|
|||
[aria-label="Servers"] ~ div { display: none }
|
||||
}
|
||||
|
||||
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobiles
|
||||
div.doc-container div.doc div {max-width: 666pt !important; margin: auto} // better docs mobile
|
||||
.docs-gm > #sheets-viewport > div { display: unset !important; }
|
||||
// .bridge-card, section[id^="bridge-"] { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
||||
// .bridge-card { form, h5 {display:revert} .showmore {display:none} } // show rss-bridges
|
||||
#years-table { .detail-view-container { display: flex } td { background-image: unset } } //quatalog detailed view
|
||||
ul.js-show-external { display: unset !important } // show annas external
|
||||
ul.js-show-external { display: unset } // show annas external
|
||||
|
||||
/* hide ads and invidious recommends */
|
||||
$class: ad-frame-container, ad-panel, ad-slot, adsbygoogle, adbox, adunit,
|
||||
|
@ -107,20 +106,12 @@ body>div#outer.wrapper { //ao3
|
|||
}
|
||||
|
||||
[data-csrf-token] { // miniflux
|
||||
background: #000;
|
||||
color: #EEE;
|
||||
--entry-content-color: #EEE;
|
||||
--title-color: #EEE;
|
||||
--link-color: #EEE;
|
||||
--body-background: #000;
|
||||
--text-color: #EEE;
|
||||
--entry-content-color: var(--text-color);
|
||||
--title-color: var(--text-color);
|
||||
--link-color: var(--text-color);
|
||||
|
||||
select, textarea, input{
|
||||
background: #000 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.item { border: 1px dotted #666}
|
||||
a:link {color: rgb(221, 221, 221);}
|
||||
.item-status-read .item-title > a:link {color: rgb(155, 148, 148);}
|
||||
.logo a span, .logo a:hover { color: #c88aff; }
|
||||
|
||||
// remove padding between webcomic images for comic category
|
||||
|
@ -128,13 +119,13 @@ body>div#outer.wrapper { //ao3
|
|||
font-size: 0;
|
||||
}
|
||||
|
||||
#grease-anchor {
|
||||
margin-inline-start: 4px;
|
||||
color: var(--category-link-color);
|
||||
display: none;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
#grease-anchor {
|
||||
margin-inline-start: 4px;
|
||||
color: var(--category-link-color);
|
||||
display: none;
|
||||
}
|
||||
&:hover, &:active {
|
||||
&:hover {
|
||||
#grease-anchor { display: unset }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue