summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-13 12:13:59 +0200
committerjoe <rbo@gmx.us>2025-10-13 12:13:59 +0200
commit9c643c0a8b62172b151b8ba2b1e3f10841479775 (patch)
tree0a271d5f5e88d1f436c4e80259a7f7679d7e5679 /.config
parentup (diff)
downloaddotfiles-bsd-9c643c0a8b62172b151b8ba2b1e3f10841479775.tar.gz
dotfiles-bsd-9c643c0a8b62172b151b8ba2b1e3f10841479775.tar.bz2
dotfiles-bsd-9c643c0a8b62172b151b8ba2b1e3f10841479775.tar.xz
dotfiles-bsd-9c643c0a8b62172b151b8ba2b1e3f10841479775.tar.zst
dotfiles-bsd-9c643c0a8b62172b151b8ba2b1e3f10841479775.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/browsers/home.css7
-rw-r--r--.config/browsers/home.html10
2 files changed, 9 insertions, 8 deletions
diff --git a/.config/browsers/home.css b/.config/browsers/home.css
deleted file mode 100644
index fcd08e6..0000000
--- a/.config/browsers/home.css
+++ /dev/null
@@ -1,7 +0,0 @@
-body {
- width: 100%;
- height: 100%;
- font-family: sans-serif;
- color: #ebdbb2;
- background-color: #1d2021;
-}
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>