2023-10-08 22:38:42 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Arimo';
|
|
|
|
src: url('/assets/fonts/Arimo-Variable.ttf');
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
2023-11-19 00:47:12 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Mona Sans';
|
|
|
|
src: url('/assets/fonts/Mona-Sans.woff2');
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
2023-10-08 22:38:42 +00:00
|
|
|
html {
|
2023-10-23 00:15:26 +00:00
|
|
|
word-break: break-word;
|
2023-10-08 22:38:42 +00:00
|
|
|
}
|
|
|
|
|
2023-12-09 01:48:31 +00:00
|
|
|
code {
|
|
|
|
white-space-collapse: preserve !important;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2023-10-28 22:16:04 +00:00
|
|
|
math {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-10-16 08:27:26 +00:00
|
|
|
.hljs {
|
|
|
|
@apply rounded-lg;
|
|
|
|
}
|
|
|
|
|
2023-10-08 22:38:42 +00:00
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
background-color: rgba(217, 217, 227, 0.8);
|
|
|
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
|
|
border-radius: 9999px;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
2023-12-09 02:28:19 +00:00
|
|
|
height: 0.45rem;
|
2023-12-09 02:25:58 +00:00
|
|
|
width: 0.35rem;
|
2023-10-08 22:38:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius: 9999px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
|
|
|
|
background-position: right 0.5rem center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 1.5em 1.5em;
|
|
|
|
padding-right: 2.5rem;
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
print-color-adjust: exact;
|
|
|
|
/* for Firefox */
|
|
|
|
-moz-appearance: none;
|
|
|
|
/* for Chrome */
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|