mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Border radius (4px) code blocks and images, smooth ᵔᴥᵔ
Conflicts: alchemy/static/css/style.css
This commit is contained in:
parent
299563fb4a
commit
51e4a557c0
2 changed files with 10 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -29,6 +29,10 @@ samp {
|
||||||
font-family: @monospace;
|
font-family: @monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
.transition(color 0.2s ease-in-out);
|
.transition(color 0.2s ease-in-out);
|
||||||
color: #2e2e2e;
|
color: #2e2e2e;
|
||||||
|
|
@ -40,6 +44,11 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre,
|
||||||
|
img {
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 970px;
|
max-width: 970px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue