------------------------------------------------------------
commit 66589f85836ee0a4149f781741d85adb6552061e
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Mon Oct 7 04:45:56 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css index 200e002..46d54d1 100644 --- a/roboto.css +++ b/roboto.css @@ -5,13 +5,14 @@ body { margin: 0 auto; padding: 20px; background-color: #f0f0f0; - color: #000; + color: #333; } h1, h2, h3 { margin-top: 1.5em; } + a { color: #0066cc; text-decoration: none; ------------------------------------------------------------
commit 008ecf0cf80047af7c9f50f5cd0b3e3f3b415027
Author: ffff:64.180.84.41 <ffff:64.180.84.41@hub.scroll.pub> Date: Mon Oct 7 04:45:52 2024 +0000 Updated roboto.css diff --git a/roboto.css b/roboto.css new file mode 100644 index 0000000..200e002 --- /dev/null +++ b/roboto.css @@ -0,0 +1,39 @@ +body { + font-family: "Roboto", sans-serif; + line-height: 1.6; + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #f0f0f0; + color: #000; +} +h1, +h2, +h3 { + margin-top: 1.5em; +} +a { + color: #0066cc; + text-decoration: none; + background-image: linear-gradient(currentColor, currentColor); + background-position: 0% 100%; + background-repeat: no-repeat; + background-size: 0% 2px; + transition: background-size 0.3s; +} +a:hover, +a:focus { + background-size: 100% 2px; +} +iframe { + width: 300px; + height: 300px; + border-radius: 15px; + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); + padding: 20px; + display: inline-block; +} +code { + background: rgba(224, 224, 224); + padding: 3px; +} ------------------------------------------------------------
commit d6f81e2fcbf9254875284946bdf1e074546b33da
Author: ffff:207.81.112.220 <ffff:207.81.112.220@hub.scroll.pub> Date: Sun Oct 6 23:30:57 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..43167b8 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,5 @@ -buildHtml - -theme roboto - -Hello World my name is +buildHtml + +theme roboto + +Hello World my name is ------------------------------------------------------------
commit 045bd50dc46e8fb0850d4c15ba28a268dc8efb64
Author: root <root@hub.scroll.pub> Date: Sun Oct 6 22:10:31 2024 +0000 Initial commit from blank template diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6b06f2f --- /dev/null +++ b/index.scroll @@ -0,0 +1,5 @@ +buildHtml + +theme roboto + +Hello World my name is