diff options
| author | lucashemi <lucasxberger@gmail.com> | 2023-01-17 20:47:00 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2023-01-17 20:47:00 -0300 |
| commit | 3e9f7333f4aa0bc4818cbccc4fd3f322264e631b (patch) | |
| tree | 597ce7206d6e7133b9436782e3c60dddecbc284c /main.css | |
| parent | 602878b7dfa2af958d3a8684d189a51e34cc2963 (diff) | |
colors and modules
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,8 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); body { + background-color: #eee; + color: #111; font-family: 'Roboto', sans-serif; text-align: center; } @@ -21,17 +23,22 @@ h1 { min-width: 15vw; max-width: 30vw; overflow: auto; - border: 5px solid black; + border: 5px solid #111; padding: 2rem 6rem; } +input { + background-color: #eee; + color: #111; +} + .add { font-size: 1.2em; margin-bottom: 10px; } .item { - border: 3px solid black; + border: 3px solid #111; margin: 0.3rem; padding: 0.4em 3em; list-style-type: none; |
