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