8000 fix(admonition): reduce border radius to match radii of other components · Pelican-Elegant/elegant@de08d20 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit de08d20

Browse files
committed
fix(admonition): reduce border radius to match radii of other components
Fix #490
1 parent 1c889da commit de08d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/admonition.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ div.admonition {
44
margin-bottom: 20px;
55
background-color: #fcf8e3;
66
border: 1px solid;
7-
border-bottom-left-radius: 6px;
8-
border-bottom-right-radius: 6px;
7+
border-bottom-left-radius: 4px;
8+
border-bottom-right-radius: 4px;
99
}
1010

1111
div.admonition p {

0 commit comments

Comments
 (0)
0