mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-23 04:35:28 +08:00
30 lines
371 B
CSS
30 lines
371 B
CSS
.admonition-title {
|
|
display: none;
|
|
}
|
|
|
|
.admonition p{
|
|
margin: auto;
|
|
}
|
|
|
|
.important, .note, .attention {
|
|
display: block;
|
|
margin: 20px;
|
|
padding: 15px;
|
|
color: #444;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.important {
|
|
background-color: #D8F5D8;
|
|
border: 2px solid #AFDFAF;
|
|
}
|
|
|
|
.attention {
|
|
background-color: #FFD2D2;
|
|
border: 2px solid #E0B3B3;
|
|
}
|
|
|
|
.important {
|
|
background: #dbfaf4;
|
|
}
|