Pocket in the dark.....
Black pocket by him
Details
Authorhim
LicenseNo License
Categorygetpocket.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name black pocket
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://getpocket.com/saves") {
/* Insert code here... */
#__next{
background: #050505
}
.css-trep42 {
-webkit-box-flex: 2;
flex-grow: 2;
-webkit-box-pack: start;
justify-content: flex-start;
display: flex;
font-family: var(--fontSansSerif);
line-height: 1;
white-space: nowrap;
position: relative;
left: 15%;
}
footer{
display: none
}
.css-6bgsy7 {
width: 120%;
background: #0000008f;
box-shadow: var(--raisedCanvas);
position: fixed;
z-index: var(--zIndexTooltip);
backdrop-filter: blur(10px);
border: 0
}
div[class="css-16i4jmb side-nav"]{
position: absolute;
left: -20%
}
div[class="css-1wv8z7y"]{
position: relative;
left: -10%
}
a[id="global-nav.upgrade-link"]{
display: none
}
article{
position: relative;
background: #070707fc;
}
article:hover{
position: relative;
width: calc(100% + 10px);
height: 50vh;
background: #8f2634;
padding: 5px
}
div[class="time-to-read"], cite[class="details"], div[class="footer"], .css-enwee .details {
color: #dcdcdc
}
.css-6bgsy7 .pocket-logo {
display: inline-block;
position: absolute;
margin-right: 6rem;
margin-left: calc(-1* var(--spacing075));
padding: var(--spacing050) var(--spacing050);
line-height: 1;
left: 6%;
}
div[class="css-hs0xsm side-nav"]:hover{
opacity: 1;
transition: 1s ease-in-out
}
div[class="css-hs0xsm side-nav"]{
opacity: 0;
transition: 1s ease-in-out
}
}
@-moz-document url-prefix("https://getpocket.com/saves") {
}