From 258c7f19438dd39c4c05c1dba4b830aef9d34c3b Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 29 Apr 2018 18:24:42 +0400 Subject: [PATCH] add papers page --- css/agency.css | 10 ++++- index.html | 4 +- papers.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 papers.html diff --git a/css/agency.css b/css/agency.css index c773bcc..74b73a1 100644 --- a/css/agency.css +++ b/css/agency.css @@ -8,7 +8,7 @@ p { } a { - color: #fed136; + color: #000000; } a:hover { @@ -19,6 +19,14 @@ a:hover { color: #fed136 !important; } +.text-warning { + color: #fe4819 !important; +} + +.text-success { + color: #00fe8e !important; +} + h1, h2, h3, diff --git a/index.html b/index.html index 01a901a..2be43de 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - + @@ -65,7 +65,7 @@