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 { .campaigns {
color:#1abc9c; font-weight: bold;
//color:#1abc9c;
} }
.places { .places {
color:#f39c11; font-weight: bold;
//color:#f39c11;
} }
.actions { .actions {
color:#ff00cc; font-weight: bold;
//color:#ff00cc;
} }
.council{ .council{
color:#3399cc; font-weight: bold;
//color:#3399cc;
} }
.event .side-by-side { .event .side-by-side {
display: flex; display: flex;
flex-direction: row; flex-direction: row;

View file

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