Skip to content

Commit 50bf79f

Browse files
authored
Update styles.css New title method 2
1 parent 3e08e23 commit 50bf79f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

styles.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444
box-sizing: border-box;
4545
}
4646

47+
.notes {
48+
background-color: #EDF7EE;
49+
border: 2px solid #317C35;
50+
}
51+
52+
.task {
53+
background-color: #F4EEF7;
54+
border: 2px solid #6B3687;
55+
}
56+
57+
.learn {
58+
background-color: #FCF3F6;
59+
border: 2px solid #CD2355;
60+
}
61+
4762
/* Consistent padding for all content within the blocks */
4863
/*.learn > *, .notes > *, .task > * { */
4964
/* padding: 0 15px; /* Apply horizontal padding */ */

0 commit comments

Comments
 (0)