From 9de8679d67045dfd7ec49f27c32574eeb20d5c31 Mon Sep 17 00:00:00 2001 From: Meow J Date: Wed, 6 Jul 2016 02:04:46 +0800 Subject: [PATCH] Make red 'real red' --- docs/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/css/style.css b/docs/css/style.css index 74e1308..15f01f2 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -103,3 +103,11 @@ video { font-style: normal; font-size: 85%; } + +.attention { + background: #FFD2D2; +} + +.attention-title { + background: #E0B3B3; +}