new draft + code background color
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2025-11-05 13:21:31 +00:00
parent eaaa1f0c62
commit 1d67bcf2ea
3 changed files with 10 additions and 4 deletions

View File

@ -26,10 +26,6 @@ ul li a:hover {
color: #AAA;
}
code {
background-color: grey;
}
.title {
margin-top: 5vh;
margin-bottom: 7vh;

View File

@ -33,6 +33,10 @@ article h1 {
}
pre {
background-color: lightgrey;
}
footer {
width: 70vw;
margin-top: 6vh;

View File

@ -0,0 +1,6 @@
# Postgres as a messaging app
Here is a funny idea I came up with : using postgres to make an instant
messaging app.