afacanc38.github.io/style-merhaba.css

13 lines
225 B
CSS
Raw Normal View History

2021-04-03 15:52:14 +03:00
* {
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;
}