Uvix's picture
讗转讛 诪住讜讙诇 诇诪砖讜讱 驻专讜讬讬拽讟 讙讬讟 ?
94ad5eb verified
Raw
History Blame Contribute Delete
770 Bytes
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
#readme-content {
word-wrap: break-word;
}
#readme-content img {
max-width: 100%;
height: auto;
margin: 1rem 0;
border-radius: 0.5rem;
}
#readme-content pre {
background-color: #f5f5f5;
padding: 1rem;
border-radius: 0.5rem;
overflow-x: auto;
margin: 1rem 0;
}
#readme-content code {
background-color: #f5f5f5;
padding: 0.2rem 0.4rem;
border-radius: 0.25rem;
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
#readme-content a {
color: #3b82f6;
text-decoration: underline;
}
#readme-content a:hover {
color: #2563eb;
}