summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
commit3d3feea3aa5a7c48a0577af40806c3bb03b818fb (patch)
tree8f1fa8674b92a4bab07d0382b1fe7df846be5bb8 /static
parentb1ca36ee69f95738a558c2848c0015172483ba88 (diff)
Implemented the website
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css41
-rw-r--r--static/email.pngbin0 -> 583 bytes
2 files changed, 30 insertions, 11 deletions
diff --git a/static/css/style.css b/static/css/style.css
index e900c8c..f4c32fa 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,13 +1,3 @@
-@media (prefers-color-scheme: dark){
- body {
- background:#000;
- color: white;
- }
-
- .content a {
- color: black;
- }
-}
body{
margin: 0;
font:1.2em/1.62 sans-serif
@@ -46,9 +36,38 @@ h1,h2,h3 {
}
.content a {
- color: white;
+ color: black;
}
.content a:hover {
color: #069;
}
+
+@media (prefers-color-scheme: dark){
+ body {
+ background:#000;
+ color: white;
+ }
+
+ .content a {
+ color: white;
+ }
+}
+
+article h1 {
+ margin-bottom: 0.1em;
+}
+
+article p {
+ margin-top: 0;
+}
+
+article h4 {
+ margin-bottom: 0.1em;
+}
+
+.post {
+ max-width: 700px;
+ margin: 2rem auto;
+ padding: 1.5rem;
+}
diff --git a/static/email.png b/static/email.png
new file mode 100644
index 0000000..ebc2a1d
--- /dev/null
+++ b/static/email.png
Binary files differ