Fix for news popup clickability

Fixed - News section being unable to be closed out of
Tweaked - Made the call to action regarding contacting Arizona's senators more obvious
This commit is contained in:
mandorinn 2025-02-26 17:06:39 -06:00 committed by GitHub
parent fc34828cfa
commit 49c5ac1324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 2.2.7
@version 2.2.8
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
@preprocessor stylus
@ -1455,6 +1455,33 @@ if themep == classic {
padding-bottom: 4rem;
position:relative;
}
div#page div#news {
z-index: 999 !important;
border-radius: 8px;
border: 3px solid var(--bg-300);
&.open #news-header {
background: var(--bg-400);
margin-bottom: .5rem;
}
& #news-body p {
font-size: 1rem !important;
}
& #news-body p:has(a[href="https://www.defendonlineprivacy.com/az/action.php"]) {
font-size: 1.25rem !important;
font-style: italic;
font-weight: bold;
}
& a[href="https://www.defendonlineprivacy.com/az/action.php"] {
font-weight: bold;
font-style: italic;
color: var(--remove-favorite) !important;
font-size: 1.5rem !important;
&:hover {
color: var(--remove-favorite-hover) !important;
}
}
}
.post-index .content {
border-radius: 0 !important;
background: none !important;