This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
damaj.tech.old/new/css/main.css

21 lines
215 B
CSS
Raw Permalink Normal View History

2023-08-13 19:47:55 +03:00
body {
background-color: #1f2024;
}
p {
color: #FFFFFF;
}
a:hover {
color: #FD7717;
}
.welcome {
font-size: 20px;
text-align: center;
}
img.pfp {
border-radius: 100px;
width: 100px;
margin-bottom: 40px;
}