Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 69ed1a2

Browse files
authored
fix da color
1 parent 2cb222c commit 69ed1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body {
33
font-family: Arial, sans-serif;
44
margin: 0;
55
padding: 0;
6-
color: #ffff
6+
color: #fff
77
text-align: center;
88
background: url("assets/images/blueprintscroll.png");
99
transition: background-color 0.3s, color 0.3s;
@@ -135,4 +135,4 @@ summary {
135135
max-height: 0;
136136
overflow: hidden;
137137
transition: max-height 0.2s ease-out;
138-
}
138+
}

0 commit comments

Comments
 (0)