User:Culi/common.css: Difference between revisions

Content added Content deleted
m (10px is a bit dramatic)
m (didn't realized this changed my site-wide styling, woops)
 
Line 2: Line 2:
color: #233;
color: #233;
font-family: sans-serif;
font-family: sans-serif;
}

#content * {
box-sizing: border-box;
}

#content a {
font-weight: 600;
color: inherit;
text-decoration: none;
transition: all 0.2s ease-in-out;
}

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


Line 25: Line 10:
border: 2px solid #233;
border: 2px solid #233;
border-radius: 0.15rem;
border-radius: 0.15rem;
}

#content .fancy-button:hover {
color: #1c7ed6;
}
}


Line 50: Line 39:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
font-weight: 600;
color: inherit;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
}