Skip to content

Commit c3413af

Browse files
authored
Addressing Collections not visable on darkMode (#85)
Temporary solution until White and dark theme is seperated. #83
2 parents ea2c704 + b5dd3eb commit c3413af

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

_sass/custom/collections.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
content: "Issue !";
7070
}
7171

72-
.issue {
73-
background: #ff7d7d33;
72+
.issue {
73+
background: rgba(255, 125, 125, 0.2);
7474
border-radius: 4px;
7575
padding: 0.8rem;
7676
left: 5px;
@@ -100,7 +100,7 @@
100100
}
101101

102102
.new {
103-
background: #e7f2fa;
103+
background: rgba(10, 207, 167, 0.38);
104104
border-radius: 4px;
105105
padding: 0.8rem;
106106
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
@@ -139,7 +139,7 @@
139139
// Generates a Title element without a box at the top of the content written after {: .note } content..
140140
.note::before {
141141
content: attr(title);
142-
color: #183385;
142+
color: #7b56d2;
143143
display: block;
144144
font-weight: bold;
145145
text-transform: uppercase;
@@ -166,7 +166,7 @@
166166
// Generates a Title element without a box at the top of the content written after {: .further-reading } content..
167167
.further-reading::before {
168168
content: attr(title);
169-
color: #381885;
169+
color: #7854cc;
170170
display: block;
171171
font-weight: bold;
172172
text-transform: uppercase;
@@ -201,7 +201,7 @@
201201

202202
.example::before {
203203
content: "Example:";
204-
color: #381885;
204+
color: #7b56d2;
205205
display: block;
206206
font-weight: bold;
207207
text-transform: uppercase;
@@ -221,7 +221,7 @@
221221
// Though won't be rendered as a codeblock itself, would be used for Specific 1 line examples
222222
.code::before {
223223
content: attr(title);
224-
color: #381885;
224+
color: #7b56d2;
225225
display: block;
226226
font-weight: bold;
227227
text-transform: uppercase;

0 commit comments

Comments
 (0)