Post Ai5UwcL1LLAi3LGFt2 by voron@snac.nya.pub
 (DIR) More posts by voron@snac.nya.pub
 (DIR) Post #AhoqJOO2AvnQnI3MBM by voron@snac.nya.pub
       2024-04-16T17:52:28Z
       
       0 likes, 0 repeats
       
       Introducing a new style for #snac called "Next". Slightly more compact, light and dark mode, with icons.You can change the colors in the :root block.https://codeberg.org/voron/snac-style/
       
 (DIR) Post #AhoqJP2Rkg7eocxdAm by voron@snac.nya.pub
       2024-04-17T09:44:27Z
       
       0 likes, 0 repeats
       
       You can add styles to the greeting.html page to be compatible with this theme:<style>:root {    color-scheme: light dark;}*,*:before,*:after {    box-sizing: border-box;}body {    width: 40em;    margin: 0 auto;    line-height: 1.5;    word-wrap: break-word;    background-color: light-dark(#FAFAFA, #17181a);    color: light-dark(#333, #ccc);    font-weight: 500;    font-size: 15px;    font-family: sans-serif;    display: flex;    flex-direction: column;    overflow-wrap: break-word;    padding-top: 0.5em;}a {    text-decoration: none;    color: light-dark(#fc7901, #e26f02);}a:hover {    border-bottom: 1px solid light-dark(#fc7901, #e26f02);}</style>
       
 (DIR) Post #Ai5UwcL1LLAi3LGFt2 by voron@snac.nya.pub
       2024-04-17T15:04:31Z
       
       0 likes, 0 repeats
       
       To change the color in the filter: function in css, use a service that converts hex color values to filter values:https://cssfilterconverter.com/