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,
|
||||
th {
|
||||
background: #fbfbfb;
|
||||
}
|
||||
|
||||
table thead th,
|
||||
thead th {
|
||||
background: #f1f1f1;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
em,
|
||||
|
@ -842,7 +837,9 @@ svg#link {
|
|||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
samp,
|
||||
table th,
|
||||
th {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
|
@ -874,7 +871,9 @@ svg#link {
|
|||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
samp,
|
||||
table th,
|
||||
th {
|
||||
background: #d8d8d8;
|
||||
}
|
||||
|
||||
|
@ -890,4 +889,9 @@ svg#link {
|
|||
background: #333;
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
table th,
|
||||
th {
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue