move static css to own dir

This commit is contained in:
wgroeneveld 2020-05-27 17:11:52 +02:00
parent bc8d8ab991
commit 84a4835b1f
1 changed files with 6 additions and 1 deletions

View File

@ -312,6 +312,11 @@ main .text-justify blockquote p {
margin: 0 !important; margin: 0 !important;
} }
a:link, a:visited {
color: var(--accent) !important;
}
.big-img { .big-img {
background: no-repeat center center; background: no-repeat center center;
@ -326,7 +331,7 @@ main .text-justify blockquote p {
.item-tag { .item-tag {
color: var(--accent); color: var(--accent);
background-color: white; background-color: white !important;
border: 1px solid var(--accent); border: 1px solid var(--accent);
font-size: 1.3rem; font-size: 1.3rem;
} }