style: table head and table row hover

merge from original theme ahonn/hexo-theme-even@4058d5ab3e table head background

tr:hover background-color: $deputy-color
This commit is contained in:
olOwOlo 2017-09-11 17:50:21 +08:00
parent cffd4dd245
commit 91e2af38c3
No known key found for this signature in database
GPG key ID: 456394B6E7A15EA6
3 changed files with 11 additions and 3 deletions

View file

@ -49,11 +49,19 @@
margin: 10px 0;
border-spacing: 0;
box-shadow: 2px 2px 3px rgba(0,0,0,.125);
thead {
background: $deputy-color;
}
th, td {
padding: 5px 15px;
border: 1px double $content-table-border-color;
}
tr:hover {
background-color: $deputy-color;
}
}
@import 'code';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long