diff options
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index e57e7cf..a68e3b0 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -62,7 +62,7 @@ aside .submenu * { aside summary { - color: grey; + color: black; } aside details > summary::-webkit-details-marker { @@ -71,8 +71,9 @@ aside details > summary::-webkit-details-marker { aside summary:hover { - color: black; + /* color: white; */ cursor: pointer; + background-color: lightgrey; } @@ -91,6 +92,15 @@ aside.home details#bookmarks ul { } +div#deepsearchbar { + background-color: lightgrey; +} + +input#search { + width: 30%; +} + + aside .submenu code { @@ -606,3 +616,4 @@ footer { + |