mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
docs: Improve dark theme warning aside (#12)
Also wrapped @id with backticks to make it look a bit nicer
This commit is contained in:
parent
cb9a30b124
commit
d1997764cf
2 changed files with 15 additions and 3 deletions
|
@ -720,6 +720,18 @@ td code {
|
|||
border-color: #08575a;
|
||||
}
|
||||
|
||||
article aside.warning {
|
||||
border-top-color: #462e00;
|
||||
color: #e1973b;
|
||||
background: -webkit-radial-gradient(top left, #462e00, transparent 65%);
|
||||
background: -moz-radial-gradient(top left, #462e00, transparent 65%);
|
||||
background: radial-gradient(top left, #462e00, transparent 65%);
|
||||
border-left-color: #462e00;
|
||||
}
|
||||
article aside.warning::before {
|
||||
color: #e1973b;
|
||||
}
|
||||
|
||||
article aside.tip:before {
|
||||
color: #185f5b;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue