|
@ -45,7 +45,7 @@ a { |
|
|
color: var(--prim-red); |
|
|
color: var(--prim-red); |
|
|
font-weight: 200; |
|
|
font-weight: 200; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
|
filter: drop-shadow(0 0 0.25rem var(--prim-red)); |
|
|
filter: drop-shadow(0 0 0.0rem var(--prim-red)); |
|
|
text-decoration: underline; |
|
|
text-decoration: underline; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -627,9 +627,9 @@ hr { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#article-information em { |
|
|
#article-information em { |
|
|
font-size: 14px; |
|
|
/* font-size: 14px; |
|
|
font-weight: 400; |
|
|
font-weight: 400; */ |
|
|
font-family: 'JetBrains', monospace; |
|
|
/* font-family: 'JetBrains', monospace; */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#article-title { |
|
|
#article-title { |
|
@ -777,6 +777,7 @@ hr { |
|
|
.exh-container h1 { |
|
|
.exh-container h1 { |
|
|
text-decoration: underline; |
|
|
text-decoration: underline; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
|
|
|
line-height: 50px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.exh-info { |
|
|
.exh-info { |
|
|