1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 12:45:29 +08:00

New theme

This commit is contained in:
Meow J
2016-07-04 18:02:36 +08:00
parent ccb583dddb
commit 4e77d1edc8
152 changed files with 6748 additions and 134 deletions

View File

@@ -0,0 +1,29 @@
.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;
}