This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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; |