removing unused theme.css
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Cloudyy 2024-01-24 19:29:27 -03:00
parent ca7de2baae
commit f1633cf2ed
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -1,128 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--text-50: #f1f3f3;
--text-100: #e4e7e7;
--text-200: #c9cfcf;
--text-300: #aeb7b7;
--text-400: #939f9f;
--text-500: #788787;
--text-600: #606c6c;
--text-700: #485151;
--text-800: #303636;
--text-900: #181b1b;
--text-950: #0c0e0e;
--background-50: #f1f4f4;
--background-100: #e3e8e8;
--background-200: #c7d1d1;
--background-300: #abbaba;
--background-400: #8fa3a3;
--background-500: #738c8c;
--background-600: #5c7070;
--background-700: #455454;
--background-800: #2e3838;
--background-900: #171c1c;
--background-950: #0b0e0e;
--primary-50: #ebf1fa;
--primary-100: #d7e3f4;
--primary-200: #afc7e9;
--primary-300: #87abde;
--primary-400: #5f8fd3;
--primary-500: #3773c8;
--primary-600: #2c5ca0;
--primary-700: #214578;
--primary-800: #162e50;
--primary-900: #0b1728;
--primary-950: #050c14;
--secondary-50: #eef7f6;
--secondary-100: #dcefed;
--secondary-200: #badedc;
--secondary-300: #97ceca;
--secondary-400: #74beb9;
--secondary-500: #52ada7;
--secondary-600: #418b86;
--secondary-700: #316864;
--secondary-800: #214543;
--secondary-900: #102321;
--secondary-950: #081111;
--accent-50: #edf8f4;
--accent-100: #dbf0e9;
--accent-200: #b6e2d3;
--accent-300: #92d3bc;
--accent-400: #6dc5a6;
--accent-500: #49b690;
--accent-600: #3a9273;
--accent-700: #2c6d56;
--accent-800: #1d493a;
--accent-900: #0f241d;
--accent-950: #07120e;
}
.dark {
--text-50: #0c0e0e;
--text-100: #181b1b;
--text-200: #303636;
--text-300: #485151;
--text-400: #606c6c;
--text-500: #788787;
--text-600: #939f9f;
--text-700: #aeb7b7;
--text-800: #c9cfcf;
--text-900: #e4e7e7;
--text-950: #f1f3f3;
--background-50: #0b0e0e;
--background-100: #171c1c;
--background-200: #2e3838;
--background-300: #455454;
--background-400: #5c7070;
--background-500: #738c8c;
--background-600: #8fa3a3;
--background-700: #abbaba;
--background-800: #c7d1d1;
--background-900: #e3e8e8;
--background-950: #f1f4f4;
--primary-50: #050c14;
--primary-100: #0b1728;
--primary-200: #162e50;
--primary-300: #214578;
--primary-400: #2c5ca0;
--primary-500: #3773c8;
--primary-600: #5f8fd3;
--primary-700: #87abde;
--primary-800: #afc7e9;
--primary-900: #d7e3f4;
--primary-950: #ebf1fa;
--secondary-50: #081111;
--secondary-100: #102321;
--secondary-200: #214543;
--secondary-300: #316864;
--secondary-400: #418b86;
--secondary-500: #52ada7;
--secondary-600: #74beb9;
--secondary-700: #97ceca;
--secondary-800: #badedc;
--secondary-900: #dcefed;
--secondary-950: #eef7f6;
--accent-50: #07120e;
--accent-100: #0f241d;
--accent-200: #1d493a;
--accent-300: #2c6d56;
--accent-400: #3a9273;
--accent-500: #49b690;
--accent-600: #6dc5a6;
--accent-700: #92d3bc;
--accent-800: #b6e2d3;
--accent-900: #dbf0e9;
--accent-950: #edf8f4;
}
}