diff --git a/README.md b/README.md index 8b13789..f5d1b89 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +# starpage +A custom browser startpage. Inspired by [kennetcheo](https://github.com/kennethcheo/startpage). diff --git a/index.html b/index.html index 9d44520..8c2525c 100644 --- a/index.html +++ b/index.html @@ -9,57 +9,29 @@ ~ -

~/

-
- - -
- -
+
-
-

devnews

-
  • el reg
  • -
  • hackaday
  • -
  • gamingonlinux
  • +
  • tetr.io
  • dev

    -
  • gitea
  • -
  • gitlab
  • github
  • -
    -
    - + \ No newline at end of file diff --git a/style.css b/style.css index d43b004..3ad5d5e 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,7 @@ img { float: left; margin-left: 10%; max-width: 30%; - height: auto; + height: auto; border-radius: 2%; } @@ -35,18 +35,7 @@ a { } .bookmarks { - width: 20%; + width: 20%; display: inline-block; padding: 2em; -} - -.search-input { - - background-color: transparent; - font-family: 'Comfortaa', cursive; - text-align: center; - color: cyan; - border: 0px; - border-bottom: 1px solid; - text-align: left; -} +} \ No newline at end of file