Compare commits
No commits in common. "952502e6907c04a71c0b6b1954df2b81fb72ec9f" and "806d3a318f4e83141e591db813a02a5433b865bc" have entirely different histories.
952502e690
...
806d3a318f
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user