omegamma/static/css/common.css

51 lines
758 B
CSS

body {
font-family: 'Metropolis', 'Fira Sans','Ubuntu', 'Noto Sans', sans-serif;
overflow-x: hidden;
margin: 0px;
--light-font: 'Metropolis Light', 'Fira Sans Light','Ubuntu Light', 'Noto Sans Light', sans-serif;
--primary-color: #50DC71;
--nav-background: #FAFAFA;
--footer-background: #111111;
}
a[role=button] {
text-decoration: none;
color: black;
}
.center {
margin-right: auto;
margin-left: auto;
}
.text-center {
text-align: center;
}
.right-center {
text-align: right;
}
.icon-as-text {
width: 1em;
height: 1em;
margin-right: 0.4em;
}
#content {
padding: 1em;
}
/* Columns */
.columns-container {
display: flex;
}
.column {
flex: auto;
}
.col3 {
width: 33%;
}