diff options
Diffstat (limited to '')
-rw-r--r-- | .config/browsers/home.html | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/.config/browsers/home.html b/.config/browsers/home.html index 0fc8f66..9054a29 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%; @@ -81,7 +57,7 @@ body { background-color: #282828; border: 2px solid black; width: 25%; - height: 28em; + height: 100%; margin: 0em .5em; } .bookmark_links { @@ -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"> |