add newsletter

This commit is contained in:
samantha42
2026-05-30 18:15:20 +02:00
parent 681f916787
commit 8d4e523b3e
6 changed files with 104 additions and 17 deletions
+2 -2
View File
@@ -202,7 +202,7 @@ h1 span{color:var(--accent);}
transition:border-color 0.2s,box-shadow 0.2s;
}
.edu-card:hover{border-color:var(--border2);box-shadow:0 2px 12px rgba(0,0,0,0.06);}
.edu-year{font-family:var(--ff-mono);font-size:0.7rem;color:var(--amber);padding-top:2px;line-height:1.6;}
.edu-year{font-family:var(--ff-mono);font-size:0.7rem;color:var(--green);padding-top:2px;line-height:1.6;}
.edu-degree{font-size:0.9rem;font-weight:500;color:var(--text);}
.edu-inst{font-family:var(--ff-mono);font-size:0.75rem;color:var(--muted);margin-top:2px;}
.edu-detail{font-size:0.82rem;color:var(--dim);margin-top:4px;}
@@ -272,7 +272,7 @@ footer{
.tag-dropped {
background: var(--surface2);
color: var(--amber);
color: var(--muted);
}