|
|
@ -164,10 +164,7 @@ main {
|
|
|
|
align-items: stretch;
|
|
|
|
align-items: stretch;
|
|
|
|
justify-items: center;
|
|
|
|
justify-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a { font-weight: normal }
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover { text-decoration: none }
|
|
|
|
a:hover { text-decoration: none }
|
|
|
|
|
|
|
|
|
|
|
|
article {
|
|
|
|
article {
|
|
|
@ -178,6 +175,7 @@ main {
|
|
|
|
padding: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
border-top: 5px solid #5E81AC;
|
|
|
|
border-top: 5px solid #5E81AC;
|
|
|
|
font-size: .85em;
|
|
|
|
font-size: .85em;
|
|
|
|
|
|
|
|
color: #2E3440;
|
|
|
|
|
|
|
|
|
|
|
|
a { font-weight: bold }
|
|
|
|
a { font-weight: bold }
|
|
|
|
a:hover { text-decoration: underline }
|
|
|
|
a:hover { text-decoration: underline }
|
|
|
|