mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-11-14 20:15:06 +03:00
13 lines
No EOL
225 B
CSS
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;
|
|
} |