This commit is contained in:
j 2022-04-26 12:54:23 +01:00
parent 4f52cc3fc8
commit 4ff9cb0619
2 changed files with 12 additions and 4 deletions

View file

@ -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;

View file

@ -34,6 +34,9 @@
#intro, #contact {
display: none;
}
.tl-timeline .tl-timegroup-message {
color: #FF0000 !important;
}
</style>
</head>
<body>