mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
download: Add notice about bugs in go command
This commit is contained in:
parent
6c6d933163
commit
5cee52a81c
2 changed files with 16 additions and 0 deletions
|
@ -2,6 +2,18 @@ body {
|
|||
background-color: #f0f6f9;
|
||||
}
|
||||
|
||||
.notice {
|
||||
border: 1px solid hsl(42.1, 100%, 46.7%);
|
||||
line-height: 1.5;
|
||||
background: hsl(23.2, 100%, 93.9%);
|
||||
border-radius: 5px;
|
||||
padding: 1em 2em;
|
||||
}
|
||||
|
||||
.notice code {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.download-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue