Skip to content
Snippets Groups Projects
Commit e772bcb0 authored by Hermann's avatar Hermann
Browse files

add styles needed for announce tool

parent 10d4427f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -159,3 +159,24 @@ body {
top: 10px;
transform: translateX(-50%);
}
/*
ANNOUNCE TOOL
*/
.selected{
background: #98FB98;
}
.featured{
background: salmon;
}
.selectedcolor{
background: #98FB98;
}
.featuredcolor{
background: salmon;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment