Update featured link and styling
This commit is contained in:
parent
c30c645a0b
commit
d5c6592947
4 changed files with 20 additions and 3 deletions
|
@ -38,7 +38,13 @@ h1, h2, h3, h4 {
|
|||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
text-align: center; }
|
||||
text-align: center;
|
||||
text-transform: uppercase; }
|
||||
.featured-footer a {
|
||||
color: #ec16a8;
|
||||
text-decoration: none; }
|
||||
.featured-footer a:focus, .featured-footer a:hover {
|
||||
color: #666; }
|
||||
|
||||
.region-content {
|
||||
margin: 0 auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
Reference in a new issue