/*
Theme Name: traistaru.net
Author: Vlad Traistaru
Description: Minimal personal theme: page title and content, nothing else.
Version: 1.0.0
Requires at least: 6.5
License: GPL-2.0-or-later
*/
body { min-height: 100vh; display: flex; align-items: center; margin: 0; }
.wp-site-blocks { width: 100%; padding: 0 16px; box-sizing: border-box; }
a { text-underline-offset: 3px; }
@media (prefers-color-scheme: dark) {
  body { background: #111; color: #eee; }
  a { color: #eee; }
  p { color: #999; }
}
