User:Monster Domosed/common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:


#pt-theme-toggle a {
#pt-theme-toggle a {
display: flex;
width: 16px;
align-items: center;
height: 16px;
justify-content: center;
display: block;
opacity: 0.6;
opacity: 0.6;
color: var(--color-base);
color: var(--color-base);
Line 12: Line 12:
#pt-theme-toggle a:hover {
#pt-theme-toggle a:hover {
opacity: 1;
opacity: 1;
}
#pt-theme-toggle svg {
width: 16px;
height: 16px;
display: block;
}
}