style "read more" buttons properly
This commit is contained in:
parent
aa8295e70d
commit
4a7b334551
2 changed files with 39 additions and 0 deletions
|
@ -23,6 +23,16 @@ th {
|
|||
color: #001b44;
|
||||
}
|
||||
|
||||
/* arcticle cards */
|
||||
/* read more button */
|
||||
a.ba.b--none.bg-blue.br2.color-inherit.dib.f7.hover-bg-navy.link.mt2.ph2.pv1 {
|
||||
color: white;
|
||||
}
|
||||
/* headlines */
|
||||
a.color-inherit.dim.link:hover, .nested-links a:focus, .nested-links a:hover {
|
||||
color: #001b44;
|
||||
}
|
||||
|
||||
/* menu styles */
|
||||
div.flex-l.items-center {
|
||||
text-shadow: 1px 1px 30px #000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue