diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2025-05-18 17:02:32 +0200 | 
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2025-05-18 17:02:32 +0200 | 
| commit | 6658535cf610d6c1d99dae20e98ced14a920dbb2 (patch) | |
| tree | f67c4076e4e2d8c9778995fa5880490552133f29 /lib/static | |
| parent | 3073ec0e7e2e7f0a89dbc4d4851da2451aff2f62 (diff) | |
Modularize everything.
Diffstat (limited to 'lib/static')
| -rw-r--r-- | lib/static/styles.css | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/lib/static/styles.css b/lib/static/styles.css index de2c3db..ae8a86c 100644 --- a/lib/static/styles.css +++ b/lib/static/styles.css @@ -69,3 +69,10 @@ div#main a:hover {      color: black;      text-decoration: revert;  } + +h1 { +    position: sticky; +    top: 0; +    background: inherit; +    padding: 0.5em 0; +} | 
