diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/features.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 44b7727e..c811c753 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -346,8 +346,8 @@ @layer layout { .inherited-commentary-section { clear: right; - margin-top: 1em; - margin-bottom: 1.5em; + margin-top: 1.75em; + margin-bottom: 1.25em; margin-right: min(4vw, 60px); } @@ -395,8 +395,9 @@ @layer material { .inherited-commentary-section { - border: 2px solid var(--deep-color); - border-radius: 4px; + border-color: var(--deep-color); + border-width: 2px 2px; + border-style: dashed solid; background: #ffffff07; } |