diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..69023c3 --- /dev/null +++ b/style.css @@ -0,0 +1,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; +} |
