style: link colors to orange

This commit is contained in:
Ayo 2023-05-22 16:36:08 +02:00
parent 468d0ceb8e
commit a681dac20b

View file

@ -33,13 +33,11 @@ body {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
a:hover { a:visited {
color: #2f5db4; color: #bb4a03;
text-decoration: underline;
} }
a { a {
color: #2b6be2; color: #bb4a03;
text-decoration: underline; text-decoration: underline;
} }
} }
@ -57,6 +55,9 @@ footer.site-footer {
background: #fff; background: #fff;
} }
footer svg {
display: inline;
}
.footer-site-title a { .footer-site-title a {
color: rgba(141, 191, 66, 0.97) !important; color: rgba(141, 191, 66, 0.97) !important;
text-transform: uppercase; text-transform: uppercase;
@ -321,8 +322,8 @@ table.image caption {
font-weight: bold; font-weight: bold;
font-size: small; font-size: small;
color: #333; color: #bb4a03;
border-bottom: solid 3px #333; border-bottom: solid 3px #bb4a03;
} }
} }
} }
@ -340,14 +341,12 @@ table.image caption {
} }
&__description { &__description {
font-size: 16px; font-size: small;
font-style: italic;
} }
&__meta { &__meta {
font-size: 14px; font-size: 14px;
margin: 10px 0 10px; margin: 10px 0 10px;
font-style: italic;
&__author { &__author {
font-weight: bold; font-weight: bold;
@ -457,7 +456,6 @@ table.image caption {
} }
} }
&__description { &__description {
font-style: italic;
font-size: small; font-size: small;
} }
} }