Jump to content

User:Culi/common.css: Difference between revisions

m
didn't realized this changed my site-wide styling, woops
m (10px is a bit dramatic)
m (didn't realized this changed my site-wide styling, woops)
 
Line 2:
color: #233;
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 ⟶ 10:
border: 2px solid #233;
border-radius: 0.15rem;
 
#content a.fancy-button:hover {
color: #1c7ed6;
}
 
Line 50 ⟶ 39:
width: 100%;
height: 100%;
font-weight: 600;
color: inherit;
text-decoration: none;
transition: all 0.2s ease-in-out;
}
21

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.