More actions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
display: flex; |
display: flex; |
||
align-items: center; |
align-items: center; |
||
padding: 1rem; |
padding: 0.75rem 1rem; |
||
margin-top: |
margin-top: 0.5rem; |
||
margin-bottom: |
margin-bottom: 1rem; |
||
background: var( --color-surface-2 ); |
background: var( --color-surface-2 ); |
||
border-radius: |
border-radius: 8px; |
||
color: |
color: var( --color-base--subtle ); |
||
font-size: |
font-size: 0.875rem; |
||
line-height: 1; |
line-height: 1.25rem; |
||
} |
} |
||
.hatnote-icon img { |
.hatnote-icon img { |
||
display: block; |
display: block; |
||
width: |
width: 0.875rem; |
||
height: auto; |
height: auto; |
||
margin-right: |
margin-right: 0.5rem; |
||
opacity: 0. |
opacity: 0.6; |
||
filter: |
filter: invert(100%); |
||
} |
} |
Latest revision as of 16:08, 29 September 2024
.hatnote-container {
display: flex;
align-items: center;
padding: 0.75rem 1rem;
margin-top: 0.5rem;
margin-bottom: 1rem;
background: var( --color-surface-2 );
border-radius: 8px;
color: var( --color-base--subtle );
font-size: 0.875rem;
line-height: 1.25rem;
}
.hatnote-icon img {
display: block;
width: 0.875rem;
height: auto;
margin-right: 0.5rem;
opacity: 0.6;
filter: invert(100%);
}