diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-07 22:41:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-07 22:41:55 +0900 |
| commit | 479747454273abdbe9b5cc3f5c3dd18bbda7741a (patch) | |
| tree | 4ec929d596ebe5c852989bdd2ab80f66714b8022 | |
| parent | 2deb4cb4b5811d4d91645e5031d6830ff36f271e (diff) | |
| download | nsfisis.dev-479747454273abdbe9b5cc3f5c3dd18bbda7741a.tar.gz nsfisis.dev-479747454273abdbe9b5cc3f5c3dd18bbda7741a.tar.zst nsfisis.dev-479747454273abdbe9b5cc3f5c3dd18bbda7741a.zip | |
fix(style): unify colors
| -rw-r--r-- | services/nuldoc/static/_all/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index 05e94316..fff94cac 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -280,7 +280,7 @@ h1 { .admonition { background-color: #f5f5f5; - border: 1px solid #d1d1d1; + border: 1px solid #ddd; padding: 1rem 1.5rem; margin: 1rem 0; } @@ -335,8 +335,8 @@ img { gap: 1rem; margin: 2rem 0; padding: 1rem 0; - border-top: 1px solid #d1d1d1; - border-bottom: 1px solid #d1d1d1; + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; } .pagination-page { |
