Skip to content

Instantly share code, notes, and snippets.

@plutomationn
plutomationn / nepstrap.css
Created January 29, 2026 15:23
Custom style.css for my HomeLab
/* This uses parts of bootstrap to create this custom CSS file that fits the theme of Neptune. Which is what the server is named after */
/* Fonts - Provided by Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
--bs-blue: #4fa3ff;
--bs-indigo: #6c7cff;
--bs-purple: #8b8df0;
--bs-pink: #e06aa3;