interstellar_ai/app/styles/variables.css

17 lines
573 B
CSS
Raw Normal View History

2024-09-18 11:17:34 +02:00
:root {
--background-color: white;
--text-color: white;
--font-family: Arial, sans-serif;
--history-background-color: rgb(0, 0, 48);
--models-background-color: rgb(0, 0, 48);
--output-background-color: black;
--user-message-color: rgb(0, 128, 255);
--ai-message-color: rgb(100, 100, 255);
--input-background-color: rgb(0, 0, 48);
--input-button-color: rgb(0, 128, 255);
--input-button-hover-color: rgb(0, 100, 200);
--scrollbar-track: rgb(91, 172, 253);
--scrollbar-thumb: rgb(0, 88, 176);
2024-09-20 10:00:54 +02:00
--pop-up-text: darkgrey;
2024-09-18 11:17:34 +02:00
}