docs: migrate hints to named attributes (#393)

This commit is contained in:
Robert Kaussow 2022-04-30 14:28:48 +02:00 committed by GitHub
parent 2f5054f389
commit a056805a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,3 @@
// {{< hint >}}
.admonitionblock {
@each $name, $color in $hint-colors {
&.#{$name} {

View file

@ -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);
}
}