New Blog style

Finally, I've updated the blog style to the colors I'm also using in my terminal. The colors are a part of a package where I've created color schemes for Alacritty, Wezterm and Neovim. It is on my to-do list to release it soon. Lately, I've played around with ChatGPT to create a cool mascot-image for the package. Stupid that this is holding me back from releasing it. But some things need a cherry on top.

Here is an example of what I got so far: Reactjs Code as an example to show the colorscheme for neovim.

An example of the mascot-image: Image of a grayish Gorilla on a white background with green and orange accent colors.

The CSS code for the write.as style:

body {
    background-color: #121212;
    color: #ecf7ec;
}

body h1 a, body header h2 a,
body h1 a:hover, body header h2 a:hover,
.post-title a:link,
.post-title a:visited,
body footer nav,
body#collection footer nav a {
    color: #5faf5f;
}

body#collection footer nav a:hover {
    text-decoration: underline;
}

#official-writing h2, #official-writing h3, #official-writing h4, #wrapper h2, #wrapper h3, #wrapper h4 {
    color: #a6a9ab;
}

a,
a:hover {
    color: #e68455;
}

body #post code, body#collection code, body#post code, body#subpage code,
body #post pre, body#collection pre, body#post pre, body#subpage pre {
    background-color: #252525;
    color: #ecf7ec;
    border-color: #000;
}

hr {
    background-color: #252525;
}

33/100 of #100DaysToOffload

#log

Discuss...