1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Make red 'real red'

This commit is contained in:
Meow J
2016-07-06 02:04:46 +08:00
parent e571a8f68e
commit 9de8679d67

View File

@@ -103,3 +103,11 @@ video {
font-style: normal;
font-size: 85%;
}
.attention {
background: #FFD2D2;
}
.attention-title {
background: #E0B3B3;
}