2024-10-27 14:50:34 +01:00
|
|
|
.link-no-decor {
|
2024-10-27 18:08:10 +01:00
|
|
|
color: white!important;
|
|
|
|
|
text-decoration: none!important;
|
|
|
|
|
cursor: pointer!important;
|
2024-10-27 14:50:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.link-no-decor:hover {
|
2024-10-27 18:08:10 +01:00
|
|
|
color: #093160!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
|
cursor: pointer!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-bg {
|
|
|
|
|
background-color: #212022!important;
|
|
|
|
|
color: white!important;
|
2024-10-27 14:50:34 +01:00
|
|
|
}
|
2024-10-28 09:36:45 +01:00
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
|
color: aqua;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
color: darkorange;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
color: crimson;
|
2025-01-13 10:10:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.feedback {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|