blob: 69023c335723594d5b59bb931283603f0def3e07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@font-face {
font-family: "Roboto";
src: url("font/Roboto-Regular.ttf");
}
body {
font-family: "Roboto";
background-color: #212121;
color: #F5F5F5;
}
a {
color: #1E88E5;
text-decoration: none;
}
|