uppercase

This commit is contained in:
2024-04-23 16:21:14 +02:00
parent 3e709caf81
commit f88457d797
6 changed files with 21 additions and 15 deletions
@@ -263,9 +263,7 @@ form {
// thumbnails_participants
.thumbnails_participants {
@include shadow_participants;
* {
// color: $color2024;
}
.__name {
font-family: "Marianneregular";
font-size: 1rem;
@@ -1,6 +1,6 @@
$color1: #b9a47eff;
$color2: #1d378eff;
$color2024: rgb(3,135,136);
$color2024: #038788;
$col_black: black;
$color_orange: rgb(255, 128, 77);
$lightgrey: #6f6d7dff;