User:Culi/common.css: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:


#content .fancy-button {
#content .fancy-button {
padding: 0.25rem;
background-color: #333;
border-radius: 0.15rem;
background-color: #233;
color: #fefefe;
}

#content a {
color: inherit;
transition: all 0.2s ease-in-out;
}

#content a:hover {
color: #1c7ed6;
}
}