Merge pull request '[BUG] Center icon and callout text' (#3010) from gusted/forgejo-center-icon into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3010 Reviewed-by: Gergely Nagy <algernon@noreply.codeberg.org>
This commit is contained in:
commit
ba35934824
4 changed files with 16 additions and 2 deletions
|
@ -1127,6 +1127,11 @@ input:-webkit-autofill:active,
|
|||
margin: auto 0.5em auto 0;
|
||||
}
|
||||
|
||||
.attention-title {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
blockquote.attention-note {
|
||||
border-left-color: var(--color-blue-dark-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue