colors
This commit is contained in:
parent
4f52cc3fc8
commit
4ff9cb0619
2 changed files with 12 additions and 4 deletions
|
@ -76,17 +76,22 @@ p {
|
|||
}
|
||||
|
||||
.campaigns {
|
||||
color:#1abc9c;
|
||||
font-weight: bold;
|
||||
//color:#1abc9c;
|
||||
}
|
||||
.places {
|
||||
color:#f39c11;
|
||||
font-weight: bold;
|
||||
//color:#f39c11;
|
||||
}
|
||||
.actions {
|
||||
color:#ff00cc;
|
||||
font-weight: bold;
|
||||
//color:#ff00cc;
|
||||
}
|
||||
.council{
|
||||
color:#3399cc;
|
||||
font-weight: bold;
|
||||
//color:#3399cc;
|
||||
}
|
||||
|
||||
.event .side-by-side {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
@ -34,6 +34,9 @@
|
|||
#intro, #contact {
|
||||
display: none;
|
||||
}
|
||||
.tl-timeline .tl-timegroup-message {
|
||||
color: #FF0000 !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue