Skip to content

Commit d9c9840

Browse files
committed
Corregir color y peso para los tags
1 parent f160fd3 commit d9c9840

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pycltheme/static/css/cl.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ a:hover {
166166
}
167167

168168
.fondo-celeste {
169-
background: #4182bf;
169+
background: var(--color-primary);
170170
padding-top: 10px;
171171
padding-bottom: 10px;
172172
}
@@ -226,16 +226,15 @@ a:hover {
226226
.card-footer {
227227
padding: 1em;
228228
font-size: 0.9em;
229-
color: white !important;
230229
background-color: var(--color-border);
231230
border-top: 1px solid var(--color-border);
232231
border-radius: 0 0 1em 1em !important;
233232
}
234233

235234

236235
.card-footer .url.fn {
237-
color: var(--color-highlight);
238-
background-color: var(--color-background-dark);
236+
color: var(--color-primary);
237+
/*background-color: var(--color-background-dark);*/
239238
padding: 0.5em;
240239
border-radius: 0.5em;
241240
font-size: 0.75em;
@@ -283,7 +282,7 @@ a:hover {
283282
}
284283

285284
.published {
286-
color: #0157a8;
285+
color: var(--cl-blue);
287286
font-size: 0.9em;
288287
}
289288

@@ -322,7 +321,7 @@ blockquote {
322321
}
323322

324323
.red {
325-
color: #e12d1b;
324+
color: var(--cl-red);
326325
font-style: normal;
327326
}
328327

0 commit comments

Comments
 (0)