[blog] translate and revise article
This commit is contained in:
parent
92e831da8e
commit
a0bd47649d
2 changed files with 58 additions and 6 deletions
|
@ -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 I’ve 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. :)
|
||||
|
||||

|
||||

|
||||
|
||||
# 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).~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue