Skip to content

Commit e963e84

Browse files
committed
Changed announcement background to a nicer shade of green.
1 parent fe18d5c commit e963e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ div.home-content {
185185
display: table;
186186
width: 598px;
187187
border: 1px solid #aaa;
188-
background-color: #dfd;
188+
background-color: #e5f7da;
189189
border-radius: 5px;
190190
padding: 15px;
191191
text-align: center;
@@ -310,4 +310,4 @@ div.home-sidebar ul {
310310
margin: 0 0 0 0;
311311
list-style-type: none;
312312
padding: 0;
313-
}
313+
}

0 commit comments

Comments
 (0)