From 1d67bcf2ea87864b473ee5be2c50597e720dff87 Mon Sep 17 00:00:00 2001 From: simonpetit Date: Wed, 5 Nov 2025 13:21:31 +0000 Subject: [PATCH] new draft + code background color --- css/indexstyle.css | 4 ---- css/poststyle.css | 4 ++++ drafts/postgres_messaging_app.md | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 drafts/postgres_messaging_app.md diff --git a/css/indexstyle.css b/css/indexstyle.css index 3c5a533..f415e14 100644 --- a/css/indexstyle.css +++ b/css/indexstyle.css @@ -26,10 +26,6 @@ ul li a:hover { color: #AAA; } -code { - background-color: grey; -} - .title { margin-top: 5vh; margin-bottom: 7vh; diff --git a/css/poststyle.css b/css/poststyle.css index 27c91a9..491c1df 100644 --- a/css/poststyle.css +++ b/css/poststyle.css @@ -33,6 +33,10 @@ article h1 { } +pre { + background-color: lightgrey; +} + footer { width: 70vw; margin-top: 6vh; diff --git a/drafts/postgres_messaging_app.md b/drafts/postgres_messaging_app.md new file mode 100644 index 0000000..d40d7f6 --- /dev/null +++ b/drafts/postgres_messaging_app.md @@ -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. + +