greg.everydayimshuflin.com/style.css

46 lines
600 B
CSS
Raw Normal View History

2021-01-14 02:05:44 -08:00
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
h1 {
font-family: Ubuntu;
}
#main {
margin-left:auto;
margin-right:auto;
width:960px;
}
body {
background-color:#2B2B4D;
color: white;
font-family: Ubuntu;
}
b {
font-weight:bolder;
}
a {
color:#ff3333;
font-weight:bolder;
}
a:visited {
color:#ff3333;
}
li {
font-family: Ubuntu;
margin-bottom:10px;
}
a.codeLink {
color:#31E631;
font-weight:normal;
}
a.emailLink {
color:#31E631;
font-family: "monospace";
text-decoration: none;
}