From a55a12466c0f46394701f140a71be586033e5460 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 22 Dec 2021 00:06:05 +0100 Subject: [PATCH] Add Esprima explorer + refactor class names --- docs/index.html | 95 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 62 insertions(+), 33 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4076dc5..6aad8f5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@ .CodeMirror { height: 100%; } - .editor, .gaiman_output, .user_input, iframe { + .editor, .ast-explorer, .gaiman-output, .user-input, iframe { width: 100%; height: 100%; } @@ -201,12 +201,12 @@ footer p { margin: 0; } - footer a[href] { + footer a[href] { color: #3377FF; color: var(--link-color, #3377FF); cursor: pointer; } - footer a[href]:hover { + footer a[href]:hover { background-color: #3377FF; background-color: var(--link-color, #3377FF) !important; color: #000; @@ -234,9 +234,10 @@
  • Preview
  • +
    -
    +
      @@ -244,22 +245,26 @@
      +
      +
      +
      +
      -