Finals
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: "Poppins", sans-serif;
|
||||
--color-hover: rgba(32, 59, 232);
|
||||
--color-hover: #4169E1;
|
||||
--transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
@ -13,12 +13,16 @@
|
||||
--color-white: #fff;
|
||||
--color-black: #000;
|
||||
--color-bg: #e2e2e2;
|
||||
--second-bg: #f3f2f2;
|
||||
--linecolor: #625fff;
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
--color-white: #000;
|
||||
--color-black: #fff;
|
||||
--color-bg: #1d1b31;
|
||||
--second-bg: #111111;
|
||||
--linecolor: #080735;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Reference in New Issue
Block a user