style "read more" buttons properly

This commit is contained in:
Livia 2025-04-08 17:50:59 +02:00
parent aa8295e70d
commit 4a7b334551
2 changed files with 39 additions and 0 deletions

View file

@ -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;