Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
itzomen committed Dec 27, 2023
1 parent dde5696 commit 1b32ec5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nova/css/nova.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,10 @@ ul {
gap: 1rem;
}

.list__block__item a {
.list__block__item a,
.list__block__item span {
color: var(--secondary-color);
font-style: italic;
/* font-style: italic; */
}

.list__block__item .rich__text img {
Expand Down Expand Up @@ -380,7 +381,7 @@ ul {

.rich__text a {
color: var(--main-color);
font-style: italic;
/* font-style: italic; */
}
.rich__text ul {
list-style-type: disc;
Expand Down Expand Up @@ -466,7 +467,7 @@ ul {
.cards__flex .card .card__body h3 {
color: rgba(0, 0, 0, 0.8);
font-weight: 400;
font-size: var(--h3-font-size);
font-size: var(--normal-font-size);
}

.cards__flex .card .card__body h2 {
Expand Down

0 comments on commit 1b32ec5

Please sign in to comment.