1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00
Files
pathduck.github.io/index.css
2024-05-27 20:00:27 +02:00

32 lines
356 B
CSS

body {
font-family: Consolas, Courier, monospace;
color: lime;
background-color: black;
background-image: url(./img/crt-lines.png);
}
a img {
border: none;
}
a:link {
color: #9a7f49;
}
a:visited {
color: #666699;
}
a:hover, a:active, a:focus {
color: #99ff33;
text-decoration: none;
}
p {
margin-bottom: 50px;
}
.noshow {
display: none;
}