summaryrefslogtreecommitdiffstats
path: root/.config/browsers/home.html
diff options
context:
space:
mode:
Diffstat (limited to '.config/browsers/home.html')
-rw-r--r--.config/browsers/home.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/browsers/home.html b/.config/browsers/home.html
index 2b4db6e..627ad20 100644
--- a/.config/browsers/home.html
+++ b/.config/browsers/home.html
@@ -1,9 +1,17 @@
<!DOCTYPE html>
<html>
<head>
+ <style>
+body {
+ width: 100%;
+ height: 100%;
+ font-family: sans-serif;
+ color: #ebdbb2;
+ background-color: #1d2021;
+}
+ </style>
<title>joe's homepage</title>
<meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<h1>hey</h1>