Compare commits

..

No commits in common. "81b2171a7ca92c4d820f846f5775d904c9519be6" and "538e60afa3fd1c5defaac8eec22f690eb70bb9c5" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View file

@ -25,7 +25,7 @@
opacity: 0;
transform: translateY(-50%)rotateX(80deg);
transition: opacity 1.0s ease, transform 0.5s ease;
transition-delay: 0.3s;
transition-delay: 0.3s; <!-- To not accidentally reveal the spoiler when hovering over the page -->
}
</style>

View file

@ -32,7 +32,6 @@
- [ ] Mettre "une machie au pif" avec du javascript qui en tire une au hazard
- [ ] si pas d'image de cover dans un article, la box doit réagir (ajdh elle ne s'affiche pas du tout)
- [ ] des fois les side-screens ne vont pes jusqu'en bas
### Scrolling posts
- [x] add a blur to backgound images of scrolling posts

View file

@ -1,10 +1,3 @@
{{- define "main" }}
<style>
.not-found {
position : relative;
}
</style>
<div class="not-found">404</div>
<div class="not-found" style="font-size: 1.5em;">Ouais désolé je sais pas ce que tu cherches mais c'est pas ici en tous cas</div>
{{- end }}{{/* end main */ -}}