diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-25 19:34:55 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-25 19:34:55 +0800 |
| commit | 1240fc53c945666679720fbe7b24b60201ea6cfb (patch) | |
| tree | 28815cac2d2e44dcb15a3edec9592b1e354c07e3 /assets | |
| parent | e7e2e77368ac0d4db205c0f2819228cdb93cdb42 (diff) | |
| download | www-1240fc53c945666679720fbe7b24b60201ea6cfb.tar.gz | |
Remove search from the top and add footer.
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index b98df32..16bd9a5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -18,14 +18,6 @@ header h1 { margin: 0; } -#search { - float: right; -} - -#search-bar { - margin-top: 1.5rem; -} - pre, code { font-size: 95%; background: #005577; @@ -104,3 +96,14 @@ img { a, a:visited { color: initial; } + +footer { + margin-top: 2rem; + font-size: 0.85em; + color: #888; +} + +footer a, +footer a:visited { + color: #888; +} |
