mirror of https://gitlab.com/curben/blog
fix(css): set table heading colours
This commit is contained in:
parent
c3ed7a9840
commit
774346e67d
|
@ -172,12 +172,7 @@ th {
|
||||||
|
|
||||||
table th,
|
table th,
|
||||||
th {
|
th {
|
||||||
background: #fbfbfb;
|
background: #333;
|
||||||
}
|
|
||||||
|
|
||||||
table thead th,
|
|
||||||
thead th {
|
|
||||||
background: #f1f1f1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
em,
|
em,
|
||||||
|
@ -842,7 +837,9 @@ svg#link {
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp,
|
||||||
|
table th,
|
||||||
|
th {
|
||||||
background: #333;
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -874,7 +871,9 @@ svg#link {
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp,
|
||||||
|
table th,
|
||||||
|
th {
|
||||||
background: #d8d8d8;
|
background: #d8d8d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -890,4 +889,9 @@ svg#link {
|
||||||
background: #333;
|
background: #333;
|
||||||
color: #f1f1f1;
|
color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table th,
|
||||||
|
th {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue