diff --git a/public/css/style.scss b/public/css/style.scss index cafaf9f3b..aaac835e5 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -399,6 +399,33 @@ a:hover { } } +#customMode2PopupWrapper { + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.75); + position: fixed; + left: 0; + top: 0; + z-index: 1000; + display: grid; + justify-content: center; + align-items: center; + padding: 5rem 0; + + #customMode2Popup { + background: var(--bg-color); + border-radius: var(--roundness); + padding: 2rem; + display: grid; + gap: 1rem; + width: 300px; + + .title { + font-size: 1.5rem; + color: var(--sub-color); + } + } +} #customThemeShareWrapper { width: 100%; diff --git a/public/index.html b/public/index.html index f66f924f0..28f2fb39a 100644 --- a/public/index.html +++ b/public/index.html @@ -57,6 +57,13 @@
+