diff --git a/index.html b/index.html index baf15a89592e4564e5b72c7d23f2c85c91f2e4e7..12df961c6a8ff008980a7c68d4cd238a6c706bd0 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ <link rel="icon" type="image/png" sizes="16x16" href="res/favicon/favicon-16x16.png"> <link href="res/bootstrap/css/bootstrap.min.css" rel="stylesheet"> + + <link href="//cdn.rawgit.com/noelboss/featherlight/1.7.10/release/featherlight.min.css" type="text/css" rel="stylesheet" /> + <link href="lib/cust/main.css" rel="stylesheet"> </head> diff --git a/lib/cust/main.css b/lib/cust/main.css index c40b87afd6da34c26404c5a828178f7f68bb0c3e..444c13cc1c2de4e04c121e1162d99db44d77531a 100644 --- a/lib/cust/main.css +++ b/lib/cust/main.css @@ -159,3 +159,24 @@ body { top: 10px; transform: translateX(-50%); } + +/* + ANNOUNCE TOOL +*/ + +.selected{ + background: #98FB98; +} +.featured{ + background: salmon; +} + +.selectedcolor{ + background: #98FB98; +} +.featuredcolor{ + background: salmon; +} + + +