diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 21:12:00 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 21:12:00 +0000 |
| commit | 01daad9389f7368360fb799db48b01ba9439f0ff (patch) | |
| tree | 8f3039c850e21cbad50a3e55f62bf08c550f6704 /public/style.css | |
| parent | cd66828ed8bc688491194db98a1e8fc3499058d4 (diff) | |
bug fixes
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 9e664c4..fad2048 100644 --- a/public/style.css +++ b/public/style.css @@ -86,3 +86,11 @@ h1 { cursor: pointer; transition: 0.3s; } + +#nameForm > * { + color: black; +} + +footer > div { + padding-bottom: 10px; +} |
