2021-01-21 16:09:23 +01:00
|
|
|
.app {
|
|
|
|
|
display:flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
width:100%;
|
|
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
|
padding: 1rem 1rem;
|
2023-03-20 08:52:13 +01:00
|
|
|
color: var(--semi-color-text-0);
|
|
|
|
|
background-color: #232429;
|
2021-01-21 16:09:23 +01:00
|
|
|
}
|
2022-03-27 19:42:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui.inverted.segment{
|
|
|
|
|
background: #31303078!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui.black.label, .ui.black.labels .label {
|
|
|
|
|
background-color: #31303078!important;
|
2023-03-20 08:52:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: underline;
|
2021-01-21 16:09:23 +01:00
|
|
|
}
|