From 5879ab38dc2a5ad0cb9416758aa0b17d81bd4466 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Fri, 26 May 2023 01:39:15 -0300 Subject: [PATCH] show image --- content/index.blade.php | 154 ++++++++++++++++++---------------------- 1 file changed, 69 insertions(+), 85 deletions(-) diff --git a/content/index.blade.php b/content/index.blade.php index 6a472b7..2e3aaff 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -18,27 +18,17 @@ #contents::-webkit-scrollbar { width: 8px; + border-radius: 10px; background-color: #f5f5f5; } #contents::-webkit-scrollbar-thumb { + border-radius: 10px; background-color: #aaa; } #contents::-webkit-scrollbar-thumb:hover { - background-color: #666; - } - - #contents::-moz-scrollbar { - background-color: #f5f5f5; - } - - #contents::-moz-scrollbar-thumb { - background-color: #aaa; - } - - #contents::-moz-scrollbar-thumb:hover { - background-color: #666; + background-color: #888; } @stop @@ -48,7 +38,7 @@
+
+ +

$title

@@ -97,7 +87,7 @@
-
+
$title
@@ -113,52 +103,68 @@