More actions
Content deleted Content added
Created page with ".hatnote-container { display: flex; align-items: center; padding: 1rem; margin-top: 1rem; margin-bottom: 2rem; background: var( --color-surface-2 ); border-radius: 2rem; color: grey; font-size: small; line-height: 1; } .hatnote-icon img { display: block; width: 1rem; height: auto; margin-right: 1rem; opacity: 0.5; filter: grayscale(70%); }" |
No edit summary Tag: Reverted |
||
| Line 14: | Line 14: | ||
.hatnote-icon img { |
.hatnote-icon img { |
||
display: block; |
display: block; |
||
width: |
width: 0.25rem; |
||
height: auto; |
height: auto; |
||
margin-right: 1rem; |
margin-right: 1rem; |
||
opacity: 0.5; |
opacity: 0.5; |
||
filter: grayscale( |
filter: grayscale(20%); |
||
} |
} |
||
Revision as of 23:41, 28 September 2024
.hatnote-container {
display: flex;
align-items: center;
padding: 1rem;
margin-top: 1rem;
margin-bottom: 2rem;
background: var( --color-surface-2 );
border-radius: 2rem;
color: grey;
font-size: small;
line-height: 1;
}
.hatnote-icon img {
display: block;
width: 0.25rem;
height: auto;
margin-right: 1rem;
opacity: 0.5;
filter: grayscale(20%);
}