my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

css: bring back footnote-ref styling

+22
+22
static/style.css
··· 409 409 flex-shrink: 0; 410 410 } 411 411 412 + .footnote-ref a { 413 + text-decoration: none; 414 + color: var(--light); 415 + border-radius: 50%; 416 + text-align: center; 417 + line-height: 0.8rem; 418 + background: var(--cyan); 419 + width: 0.8rem; 420 + height: 0.8rem; 421 + font-size: 0.6rem; 422 + display: inline-block; 423 + border-bottom: unset; 424 + } 425 + 412 426 .footnotes > ol li p { 413 427 margin: 0; 414 428 line-height: 160%; 415 429 } 416 430 417 431 .footnote-return { 432 + border-bottom: unset; 433 + color: var(--cyan); 434 + margin-left: auto; 435 + } 436 + 437 + .footnote-return:hover { 438 + border-bottom: unset; 439 + color: var(--cyan); 418 440 margin-left: auto; 419 441 } 420 442