Skip to content

Commit b9da981

Browse files
committed
styling: Reduce bg shade of white a tiny bit
1 parent 27e92d1 commit b9da981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Created Date: 2024-03-23 14:31:06
55
* Author: 3urobeat
66
*
7-
* Last Modified: 2024-04-20 16:25:23
7+
* Last Modified: 2024-04-30 16:48:14
88
* Modified By: 3urobeat
99
*
1010
* Copyright (c) 2024 3urobeat <https://github.com/3urobeat>
@@ -22,7 +22,7 @@ module.exports = {
2222
extend: {
2323
colors: {
2424
bg: {
25-
light: "#FFFFFF",
25+
light: "#f1f2f3",
2626
dark: "#181a1b",
2727
input: {
2828
hover: {

0 commit comments

Comments
 (0)