mirror of
https://github.com/phpmon/website
synced 2025-11-05 03:20:05 +01:00
Update changelog styling
This commit is contained in:
@@ -69,14 +69,20 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #4894FC;
|
color: #4894FC;
|
||||||
}
|
}
|
||||||
p.warning {
|
p.info {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
background-color: #ffffd0;
|
background-color: #e4f5f8;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
line-height: 160%;
|
line-height: 160%;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
p.warning::before {
|
p.warning {
|
||||||
content: "⚠ ";
|
position: relative;
|
||||||
|
margin-top: 15px;
|
||||||
|
background-color: #ffcfc3;
|
||||||
|
padding: 25px;
|
||||||
|
line-height: 160%;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
background-color: #ebf9ff;
|
background-color: #ebf9ff;
|
||||||
|
|||||||
Reference in New Issue
Block a user