style.css: restore table theming
This commit is contained in:
parent
e5a466b8c5
commit
8c6df4b989
@ -39,3 +39,9 @@ article a:hover { color: rgb(100,135,220); }
|
||||
footer { color: white; background-color: rgb(100,135,220); }
|
||||
footer a { color: inherit; }
|
||||
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…
Reference in New Issue
Block a user