mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
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:
parent
cffd4dd245
commit
91e2af38c3
3 changed files with 11 additions and 3 deletions
|
@ -50,10 +50,18 @@
|
|||
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';
|
||||
|
|
2
static/dist/even.min.css
vendored
2
static/dist/even.min.css
vendored
File diff suppressed because one or more lines are too long
2
static/dist/even.min.css.map
vendored
2
static/dist/even.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue