/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
frontend/styles/globals.css
63 строки
918 B
Luoxuan Weng
Update: add frontend code
13 окт 2023, 18:01
13 окт 2023, 18:01
9e312e9
Код
Авторство
О чём код?
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: normal; src: url('../public/fonts/Montserrat-VariableFont_wght.ttf'); } html { font-size: 15px; } .cm-editor { font-size: 12px; font-family: Arial, monospace; } ::-webkit-scrollbar-track { background-color: transparent; } ::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: #aaa; } ::-webkit-scrollbar-track:hover { background-color: #f2f2f2; } ::-webkit-scrollbar-corner { background-color: transparent; } ::-webkit-scrollbar { width: 6px; height: 6px; } html { background: #202123; } @media (max-width: 720px) { pre { width: calc(100vw - 110px); } } pre:has(div.codeblock) { padding: 0; } body { font-family: 'Montserrat', sans-serif; }