2026-01-26

#css
Wow I did a good ::selection for my #evernote style

a::selection
{
    color: lightblue;
    text-decoration: underline solid blue 5px;
}
#video