Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
elbayoumi committed Mar 5, 2023
1 parent 1137bed commit 5ba0d11
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
@import '_var.css';
/* @import '_var.css'; */
@import '_config.css';
:root{
--primary-txt-color:#272829;
--secondary-txt-color:#0563bb;
--hover-txt-color:#067ded;
--back-to-top-with-height:2.5 rem;
--back-to-top-hover:#0678e3;
--main-color:#fff;
--main-bg-color:#f2f3f5;
--radius-num:50%;
--second-color:#45505b;
--second-bg-color:#0563bb;

}


/*--------------------------------------------------------------

0 comments on commit 5ba0d11

Please sign in to comment.