create color variables

This commit is contained in:
Aadil Ayub 2022-01-06 15:37:54 +05:00
parent 44971b0df0
commit b2a3b09ce7
1 changed files with 12 additions and 14 deletions

View File

@ -1,17 +1,3 @@
/*nice body-border color combos
antiquewhite - burlywood
peachpuff - tomato
lightpink - crimson
lightblue - cornflowerblue
palegreen - lightseagreen
steelblue - aliceblue
fonts
bungeeshade
allerta
*/
@font-face {
font-family: BarrioRegular;
src: url(fonts/Barrio_Regular.woff);
@ -50,6 +36,18 @@ allerta
:root {
--border-color: tomato;
--tv-dark: #237D0F;
--tv-light: #E2FAD7;
--pen-dark: #E0005C;
--pen-light: #FEDAE9;
--social-light: #C2E4F2;
--social-dark: #0163A4;
--gallery-light: #FCF4B9;
--gallery-dark: #846A00;
}
/*Main Stuff*/