afacanc38.github.io/style-merhaba.css
2021-04-03 15:52:14 +03:00

13 lines
No EOL
225 B
CSS

* {
font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
background: rgb(29, 29, 29);
color: white;
}
a {
color: rgb(92, 174, 241);
text-decoration: none;
}