modified: routes/auth_routes.py

modified:   routes/journal_routes.py
	modified:   static/css/style.css
	modified:   templates/base.html
	new file:   templates/datenschutz.html
	modified:   templates/future.html
	new file:   templates/impressum.html
This commit is contained in:
SimolZimol
2026-08-02 21:46:25 +02:00
parent 25d35e5556
commit 29cadb7fd3
7 changed files with 260 additions and 10 deletions

View File

@@ -179,6 +179,19 @@ input:focus, select:focus { outline: 2px solid var(--accent); }
/* Footer */
.footer { text-align: center; padding: 1.5rem; color: var(--muted); font-size: .8rem; }
/* --- Footer Links --- */
.footer-links { margin-top: .3rem; font-size: .85rem; }
.footer-links a { color: var(--accent-dark); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-links span { margin: 0 .4rem; }
/* --- Rechtliche Seiten (Impressum/Datenschutz) --- */
.legal h1 { font-size: 1.5rem; margin-bottom: 1rem; }
.legal h2 { font-size: 1.05rem; margin-top: 1.2rem; }
.legal p, .legal li { line-height: 1.6; }
.legal ul { padding-left: 1.2rem; }
.legal a { color: var(--blue); }
/* Responsive */
@media (max-width: 720px) {
.week-grid { grid-template-columns: repeat(2, 1fr); }