docs: migrate hints to named attributes (#393)
This commit is contained in:
parent
2f5054f389
commit
a056805a30
6 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
// {{< hint >}}
|
||||
.admonitionblock {
|
||||
@each $name, $color in $hint-colors {
|
||||
&.#{$name} {
|
||||
|
|
|
@ -90,8 +90,8 @@
|
|||
--footer-link-color: #{$link-color-footer};
|
||||
--footer-link-color-visited: #{$link-color-footer};
|
||||
|
||||
.dark-mode-dim .gdoc-markdown {
|
||||
img {
|
||||
.dark-mode-dim {
|
||||
.gdoc-markdown img {
|
||||
filter: brightness(0.75) grayscale(0.2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue