Compare commits

..

No commits in common. "952502e6907c04a71c0b6b1954df2b81fb72ec9f" and "806d3a318f4e83141e591db813a02a5433b865bc" have entirely different histories.

6 changed files with 205 additions and 203 deletions

View File

@ -330,7 +330,8 @@ figure {
That's because firefox reader mode doesn't play nice with them, and
it seems to ignore all styles in <head>. Then, the inline style
in <head> uses !important to restore the display of icons, but provides
limited styling. Here, we finally apply the full extent of the feather styles.
limited styling. Here, we finally apply the full extent of the feather
styles.
*/
.feather {
width: 1rem;
@ -401,6 +402,7 @@ figure {
}
}
a, .ongoing-placeholder {
@include bordered-block;
padding: 0.5em 1em 0.5em 1em;

View File

@ -23,7 +23,7 @@ $target-background-color-dark: #55511c;
$code-color: #f0f0f0;
$code-color-dark: lighten($background-color-dark, 10%);
$code-token-color: darken($primary-color, 25%);
$code-token-color: black;
$code-token-color-dark: $primary-color;
$code-highlight-color: #fffd99;
$code-highlight-color-dark: #555538;