
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@xrpl/ai-css
Advanced tools
@xrpl/ai-cssCommon CSS for XRPL AI components.
npm install @xrpl/ai-core
With a bundler:
import '@xrpl/ai-css';
With a CDN:
<link
rel="stylesheet"
href="https://unpkg.com/@markprompt/css@0.2.0/markprompt.css"
/>
This package adds styling for various CSS classes. All styling is applied using
the :where() pseudo
class, so you can override all styling manually.
The package adds styling using the following classes.
MarkpromptAnswerMarkpromptAutoScrollerMarkpromptCaretMarkpromptCloseMarkpromptContentDialogMarkpromptContentPlainMarkpromptFormMarkpromptIconMarkpromptOverlayMarkpromptProgressMarkpromptPromptMarkpromptPromptLabelMarkpromptReferencesMarkpromptSearchIconMarkpromptTitleMarkpromptTriggerStyling can be customized using the following CSS variables.
--markprompt-background: (Default: #ffffff, Default dark: #050505)--markprompt-foreground: (Default: #171717, Default dark: #d4d4d4)--markprompt-muted: (Default: #fafafa, Default dark: #171717)--markprompt-mutedForeground: (Default: #737373, Default dark: #737373)--markprompt-border: (Default: #e5e5e5, Default dark: #262626)--markprompt-input: (Default: #ffffff, Default dark: #ffffff)--markprompt-primary: (Default: #6366f1, Default dark: #6366f1)--markprompt-primaryForeground: (Default: #ffffff, Default dark:
#ffffff)--markprompt-primaryMuted: (Default: #8285f4, Default dark: #8285f4)--markprompt-secondary: (Default: #fafafa, Default dark: #0e0e0e)--markprompt-secondaryForeground: (Default: #171717, Default dark:
#ffffff)--markprompt-primaryHighlight: (Default: #ec4899, Default dark: #ec4899)--markprompt-secondaryHighlight: (Default: #a855f7, Default dark:
#a855f7)--markprompt-overlay: (Default: #00000010, Default dark: #00000040\)--markprompt-ring: (Default: #0ea5e9, Default dark: #ffffff)--markprompt-radius: (Default: 8px)--markprompt-text-size-(Default: 0.875rem)--markprompt-text-size-xs-(Default: 0.75rem)--markprompt-button-icon-size-(Default: : 1rem)MIT © XRPL AI Devs
FAQs
Common CSS for XRPL AI components
We found that @xrpl/ai-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.