oohay-home/public/static/style.css

34 lines
424 B
CSS
Raw Permalink Normal View History

2025-07-09 14:16:37 -07:00
body {
2025-07-12 19:59:52 -07:00
background-color: #0C312E;
2025-07-12 20:54:40 -07:00
background-image: url("oohay-bg.png");
background-repeat: repeat;
2025-07-12 19:59:52 -07:00
color: #FF6666;
font-family: Helvetica, sans-serif;
2025-07-09 14:16:37 -07:00
}
h1 {
margin: 0px;
line-height: 96px;
}
2025-07-12 19:59:52 -07:00
a {
color: #2EC4B6;
2025-07-09 14:16:37 -07:00
}
a.pin1 {
font-size: 14px;
2025-07-12 19:59:52 -07:00
color: #2EC4B6;
2025-07-09 14:16:37 -07:00
}
a:visited {
2025-07-12 19:59:52 -07:00
color: #17625B;
2025-07-09 14:16:37 -07:00
}
.title {
2025-07-12 19:59:52 -07:00
color: #FF6666;
2025-07-09 14:16:37 -07:00
font-weight: bold;
font-size: 83px;
2025-07-12 19:59:52 -07:00
font-family: Helvetica, sans-serif;
2025-07-09 14:16:37 -07:00
}