mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-06 06:56:11 +00:00
refactor(ui): standardize the border radius (#1920)
Impact: - Increase the border radius of inline code and `<kbd>` tags - Variable `$base-radius` renamed to `$radius-lg`
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
.card-header {
|
||||
$radius: calc($base-radius - 1px);
|
||||
$radius: calc($radius-lg - 1px);
|
||||
|
||||
padding: 0.75rem;
|
||||
border-radius: $radius;
|
||||
|
||||
Reference in New Issue
Block a user