Skip to content

Commit 9a1cdef

Browse files
Troquei a cor do butão
1 parent a4dcfa8 commit 9a1cdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/static/css/list.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.form_row_list {
22
position: relative;
33
border-radius: 5px;
4-
background-color: #f9fafc;
4+
background-color:rgb(0, 0, 0);
55
padding: 30px;
66
width: 80%;
77
}
88

99
.form_row_list h2 {
10-
color: #333;
10+
{% comment %} color: #050505; {% endcomment %}
1111
text-align: center;
1212
}
1313

0 commit comments

Comments
 (0)