mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-28 02:40:33 +01:00
Fix typography in dark
This commit is contained in:
@@ -13,10 +13,15 @@ background: false
|
||||
|
||||
```java
|
||||
public void main (String[] args) {
|
||||
System.out.println("New test here !");
|
||||
System.out.println("Hello World !");
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
```javascript
|
||||
console.log('Hello World !')
|
||||
```
|
||||
|
||||
`test` test
|
||||
|
||||
> Test
|
||||
@@ -28,5 +33,5 @@ Test de lien [Twitter](https://twitter.com/ArthurDanj)
|
||||
Hey
|
||||
**Hey**
|
||||
__hey__
|
||||
|
||||
_hey_
|
||||
~~Hey~~
|
||||
|
||||
Reference in New Issue
Block a user