one-post: dark-mode durability, not responsive

This commit is contained in:
mehbark 2024-02-20 20:29:35 -05:00
parent dd4cd72bf4
commit a62d79c1aa

View file

@ -162,11 +162,13 @@ a {
//isolation: isolate; //isolation: isolate;
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
color: @not-black;
} }
.post-inner { .post-inner {
box-shadow: 0px 4px 5px rgba(0,0,0,.14),0px 1px 10px rgba(0,0,0,.12),0px 2px 4px rgba(0,0,0,.2); box-shadow: 0px 4px 5px rgba(0,0,0,.14),0px 1px 10px rgba(0,0,0,.12),0px 2px 4px rgba(0,0,0,.2);
//z-index: -413; //z-index: -413;
background-color: white;
} }
.posts { .posts {