mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
10 lines
163 B
CSS
10 lines
163 B
CSS
body {
|
|
background-color: #2b2c38;
|
|
color:white;
|
|
font-family: 'JetBrains Mono', monospace;
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
color: rgb(80, 187, 223);
|
|
} |