style.css: restore table theming
This commit is contained in:
parent
9b82eedfd6
commit
c0eaefe4fe
1 changed files with 6 additions and 0 deletions
|
|
@ -39,3 +39,9 @@ article a:hover { color: rgb(100,135,220); }
|
||||||
footer { color: white; background-color: rgb(100,135,220); }
|
footer { color: white; background-color: rgb(100,135,220); }
|
||||||
footer a { color: inherit; }
|
footer a { color: inherit; }
|
||||||
footer div { padding: 1em; }
|
footer div { padding: 1em; }
|
||||||
|
|
||||||
|
/* tables */
|
||||||
|
table { border: 1px solid rgba(128,128,128,0.5); padding: 0; }
|
||||||
|
th { color: white; background-color: rgb(100,135,220); }
|
||||||
|
tr:nth-child(odd) { background-color: rgba(128,128,128,0.1) }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue