From 056f6d5178cc6d56af047f5a33735f15654a007c Mon Sep 17 00:00:00 2001 From: cplepage Date: Mon, 30 Dec 2024 23:02:00 -0500 Subject: [PATCH] open in wasm --- index.css | 22 ++++++++++++---- index.html | 76 ++++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 74 insertions(+), 24 deletions(-) diff --git a/index.css b/index.css index e215b95..50c646d 100644 --- a/index.css +++ b/index.css @@ -50,11 +50,18 @@ p { } a { - color: inherit; - text-decoration: underline; - &:hover{ - color: rgba(255,255,255,1); - } + display: inline-block; + background-color: #39414e; + text-decoration: none; + padding: 10px 20px; + border-radius: 10px; + font-weight: bold; + margin: 3px 0; + transition: 0.2s background-color; + color: white; +} +a:hover{ + background-color: #536076; } svg { @@ -77,3 +84,8 @@ div { width: calc(100% - 20px); overflow: auto; } + +section { + padding-top: 20px; + display: none; +} diff --git a/index.html b/index.html index 7e6c6d6..b49e174 100644 --- a/index.html +++ b/index.html @@ -1,51 +1,89 @@ - + - - + + Share | FullStacked - - - - - - - + + + + + + + - - + + - - - + +

FullStacked Editor

You are trying to open

-

Make sure you have FullStacked Editor installed.

- +

Make sure you have FullStacked installed beforehand.

+
Download Page +
+

Try this repository directly in your browser!

+ + Open in FullStacked WASM + +
- \ No newline at end of file +