diff --git a/static/fillout-css.css b/static/fillout-css.css index 0eb1f53..9c6dfb8 100644 --- a/static/fillout-css.css +++ b/static/fillout-css.css @@ -109,7 +109,6 @@ h1, h2, h3, h4, h5, h6 { --daydream-text-brown: #8B4513; } - #scrollable-widgets-wrapper { background: url('https://daydream.hackclub.com/cloudy-bg-dim.png'), linear-gradient(to bottom, #CCF4FD, #AECDF6); background-attachment: local !important; @@ -117,4 +116,12 @@ h1, h2, h3, h4, h5, h6 { background-repeat: no-repeat; background-size: contain; position: relative; +} + +#undefined-error-sub-label { + color: #E472AB; +} + +button { + box-shadow: none; } \ No newline at end of file diff --git a/static/letter-texture.png b/static/letter-texture.png new file mode 100644 index 0000000..03dcf35 Binary files /dev/null and b/static/letter-texture.png differ