mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: give tables more contrast #64
This commit is contained in:
parent
4874c19bcc
commit
2f0c8e091d
1 changed files with 3 additions and 3 deletions
|
@ -666,19 +666,19 @@ hr {
|
|||
white-space: pre-wrap;
|
||||
}
|
||||
table {
|
||||
border: 1px solid #eaeaea;
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: 1rem;
|
||||
margin-top: 1rem;
|
||||
table-layout: auto;
|
||||
}
|
||||
th, thead td {
|
||||
background: #f7f7f7;
|
||||
background: #eaeaea;
|
||||
-webkit-print-color-adjust: exact;
|
||||
color-adjust: exact;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
td {
|
||||
border: 1px solid #eaeaea;
|
||||
border: 1px solid #ccc;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
.button {
|
||||
|
|
Loading…
Reference in a new issue