Toggle menu
75
70
195.7K
394K
Call of Duty: Black Ops 6 (Zombies) Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Hatnote/styles.css: Difference between revisions

From Call of Duty: Black Ops 6 (Zombies) Wiki
aomretoldpgg>Adam
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 04:53, 22 November 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%);
}