diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-26 19:54:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-26 19:54:26 +0300 |
| commit | 7b72d70dfaac8d6c70a7b18be127de6484ffe0be (patch) | |
| tree | fc7a000c67616da257eaf82d2d42ab628281533f /style.css | |
| parent | 4ea62105122dd671b81522e15e1efa37e91c41e3 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -28,15 +28,34 @@ body { color: #1e1e2e; line-height: 1.75; max-width: 1100px; - padding: 40px 52px; + padding: 0 52px 40px 52px; margin: 40px auto; border: 1px solid #c4cad8; - border-top: 5px solid #4f46e5; + border-top: none; border-radius: 20px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13); word-wrap: break-word; } +p.header { + background: #2e1065; + color: #e0e0e0; + font-family: code, monospace; + font-size: 0.9rem; + margin: 0; + padding: 0.7rem 52px; + border-radius: 20px 20px 0 0; +} + +p.header a { + color: #a5b4fc; + font-family: code, monospace; +} + +p.header a:hover { + color: #ffffff; +} + h1 { font-family: heading, serif; color: #2e1065; |
