[blog] translate and revise article

This commit is contained in:
Vri 🌈 2023-03-15 12:42:18 +01:00
parent 92e831da8e
commit a0bd47649d
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 58 additions and 6 deletions

View file

@ -9,16 +9,16 @@ tags:
- code
draft: false
description: "I'm working on my gitea theme and just added a $nojavascript alternative for two icons with pure css. :)"
description: "I added two icons to my Gitea theme that Ive created purely with CSS."
---
**Update (2021-02-28):** The code is no longer in use due to changes to gitea.
**Update (2021-02-28):** The code is no longer in use due to changes to Gitea.
I'm working on my gitea theme and just added a $nojavascript alternative for two icons with pure css. :)
I'm working on my gitea theme and just added a `$nojavascript` alternative for two icons with pure css. :)
![an image of how it actually looks](2020-10-05_pure-css-icons-2.jpg)
![The Gitea repository with the changed directory and file icons](2020-10-05_pure-css-icons-2.jpg)
# the code
# The Code
```scss
.svg {
@ -49,4 +49,4 @@ I'm working on my gitea theme and just added a $nojavascript alternative for two
}
```
A live version can be found on [code.cozy.town](https://code.cozy.town/vrifox/gitea-theme).
~~A live version can be found on [code.cozy.town](https://code.cozy.town/vrifox/gitea-theme).~~