mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
55 lines
1.4 KiB
CSS
55 lines
1.4 KiB
CSS
pre > code {
|
|
background-color: #1a1a1a !important;
|
|
border-radius: .25rem !important;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: var(--bs-dark);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: var(--bs-secondary);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #555;
|
|
}
|
|
|
|
.accordion-button {
|
|
background-color: #2b2b2b !important;
|
|
}
|
|
|
|
.accordion-button:not(.collapsed)::after {
|
|
color: #effff7 !important;
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
}
|
|
|
|
.accordion-item {
|
|
border: 1px solid rgba(0, 0, 0, 0.4) !important;
|
|
}
|
|
|
|
.accordion-button:not(.collapsed) {
|
|
color: #effff7;
|
|
background-color: #2b2b2b;
|
|
}
|
|
|
|
.accordion-button:not(.collapsed)::after {
|
|
color: #effff7;
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
|
}
|
|
|
|
.accordion-item {
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.accordion-body {
|
|
background-color: #353535 !important;
|
|
}
|