mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-16 03:03:04 +02:00
added some typography CSS
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -84,7 +84,6 @@ pre {
|
||||
border-radius: 3px;
|
||||
code {
|
||||
background: inherit;
|
||||
white-space: pre-line;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,10 +127,13 @@ form {
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 10px 10px 1px 10px;
|
||||
padding: 15px;
|
||||
p {
|
||||
font-size: 0.9rem;
|
||||
color: inherit;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user