diff options
| author | Rikki <i@rikki.moe> | 2025-04-17 12:24:00 +0800 |
|---|---|---|
| committer | Rikki <i@rikki.moe> | 2025-04-17 12:24:00 +0800 |
| commit | 47ba0d44aa91d642e8b653ac4855274afe3455a8 (patch) | |
| tree | 274d6a49cedc529a56d520041f9fbc70803c07fe /styles | |
| parent | 09f6079cb7a0d1142e81b85c218571237d6fc540 (diff) | |
change to my style :)
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/main.css | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/styles/main.css b/styles/main.css index 499efd3..d2f0344 100644 --- a/styles/main.css +++ b/styles/main.css @@ -48,7 +48,7 @@ body{ flex-direction: column; width:100%; max-width:800px; - height:500px; + height:900px; overflow: hidden; border-radius: 6px; border: 1px solid gray; @@ -121,7 +121,7 @@ h2{ font-size:16px; color:rgb(238, 238, 238); } -p.code{ +p.code a{ color:#66C2CD; margin-left:8px; } @@ -131,13 +131,14 @@ span.text{ } p.path{ color:#F7FCA0; + padding-bottom: 0; } p.path span{ - color:#6A77D2; -} -p.path span + span{ color:#9CEAF3; } +{{/* p.path span + span{ + color:#9CEAF3; +} */}} .sucess{ color:#5AD786; @@ -167,12 +168,13 @@ input:focus{ .type{ display:flex; align-items: center; - padding:8px 0; + padding-top: 0; + padding-bottom: 8px; } .type2{ display:flex; align-items: center; - padding:8px 0; + padding: 0; } .icone{ color:#5AD786; |
