mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Update CSS to dynamically color alternate home sections
This commit is contained in:
parent
6a91758b80
commit
a7e7c07d50
1 changed files with 1 additions and 4 deletions
|
@ -129,13 +129,10 @@ footer p.powered-by {
|
|||
margin-bottom: 0px;
|
||||
width: 1905px;
|
||||
margin-left: -382.5px;
|
||||
}
|
||||
|
||||
.home-section-wrapper.full_width.home:nth-child(even) {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.home-section-wrapper.full_width.home:nth-child(odd) {
|
||||
.home-section-wrapper.full_width.home:nth-of-type(even) {
|
||||
background-color: rgb(247, 247, 247);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue