Reduce font size for yellow info box text
This commit is contained in:
parent
cc27724bfe
commit
e412902842
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ form {
|
|||
a { color: oklch(0.4 0.1 145); &:hover { color: oklch(0.3 0.12 145) } }
|
||||
}
|
||||
&.info-box--yellow {
|
||||
p {font-size: 0.8rem}
|
||||
border-color: oklch(0.85 0.1 85);
|
||||
background-color: oklch(0.96 0.04 85);
|
||||
a { color: oklch(0.45 0.1 85); &:hover { color: oklch(0.35 0.12 85) } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue