Basically wrote the whole thing.

This commit is contained in:
Aodhan
2025-06-25 04:21:13 +01:00
parent 1ff4a6f6d7
commit c5391a957d
216 changed files with 168676 additions and 1303 deletions

15
scss/_variables.scss Normal file
View File

@@ -0,0 +1,15 @@
:root {
/* App variables */
--fullscreen-max-width: 3440px;
--primary-color: #1e90ff;
--success-color: #2ed573;
--danger-color: #ff4757;
--warning-color: #ffa502;
--light-color: #f5f5f5;
--dark-color: #333;
--background-color: #f0f2f5;
--card-background: #ffffff;
--text-color: #333;
--border-radius: 12px;
--shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}