mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-16 15:10:26 +00:00
34 lines
299 B
CSS
34 lines
299 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
color: #f8f8f8;
|
|
background: #131318;
|
|
}
|
|
|
|
body input,
|
|
body textarea {
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: #2d7bd4;
|
|
}
|
|
|
|
a:hover {
|
|
border-bottom: 1px solid;
|
|
}
|
|
|
|
p {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
code {
|
|
color: #ffa500;
|
|
}
|
|
|
|
li {
|
|
padding: 4px;
|
|
}
|