diff options
author | joe <rbo@gmx.us> | 2025-10-17 11:19:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-17 11:19:10 +0200 |
commit | 9aa9b6ade30ac21569d963ab9779ec29d3a20599 (patch) | |
tree | d9391cb2077a9584962f7d8e770c807ee36fc38a /.config | |
parent | up (diff) | |
download | dotfiles-bsd-9aa9b6ade30ac21569d963ab9779ec29d3a20599.tar.gz dotfiles-bsd-9aa9b6ade30ac21569d963ab9779ec29d3a20599.tar.bz2 dotfiles-bsd-9aa9b6ade30ac21569d963ab9779ec29d3a20599.tar.xz dotfiles-bsd-9aa9b6ade30ac21569d963ab9779ec29d3a20599.tar.zst dotfiles-bsd-9aa9b6ade30ac21569d963ab9779ec29d3a20599.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/browsers/home.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/browsers/home.html b/.config/browsers/home.html index 0fc8f66..443c50d 100644 --- a/.config/browsers/home.html +++ b/.config/browsers/home.html @@ -12,30 +12,6 @@ body { color: #ebdbb2; background-color: #1d2021; } -.topred { - background-color: #cc241d; - padding-bottom: 1em; -} -.topgreen { - background-color: #98971a; - padding-bottom: 1em; -} -.topyellow { - background-color: #d79921; - padding-bottom: 1em; -} -.topblue { - background-color: #458588; - padding-bottom: 1em; -} -.topmagenta { - background-color: #b16286; - padding-bottom: 1em; -} -.topcyan { - background-color: #689d6a; - padding-bottom: 1em; -} .page_title { background-color: #282828; margin-left: 40%; @@ -142,12 +118,6 @@ body { <meta charset="UTF-8"> </head> <body> - <div class="topred"></div> - <div class="topgreen"></div> - <div class="topyellow"></div> - <div class="topblue"></div> - <div class="topmagenta"></div> - <div class="topcyan"></div> <div class="page_title"><h1>hey joe</h1></div> <div class="bookmarks_div"> <div class="bookmark_set" id="joetown"> |