diff --git a/src/common/common.css b/src/common/common.css index 5de3fcb..3934b93 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -37,6 +37,32 @@ button:hover { } +.common-title { + width: 100vw; + height: 20vh; + + display: grid; + align-content: center; + justify-content: center; + justify-items: center; + align-items: center; + + margin-top: 25px; +} + +textarea { + max-height: 20em; + + vertical-align: center; + background: rgba(11,11,12,1); + border-color: white; + border-style: dashed; + color: white; + max-width: 100%; + + margin: 0px; +} + html { scroll-behavior: smooth; } diff --git a/src/utilities/base64.css b/src/utilities/base64.css index 0dd26bf..375bdd4 100644 --- a/src/utilities/base64.css +++ b/src/utilities/base64.css @@ -23,19 +23,6 @@ padding: 10px; } -textarea { - max-height: 20em; - - vertical-align: center; - background: rgba(11,11,12,1); - border-color: white; - border-style: dashed; - color: white; - max-width: 100%; - - margin: 0px; -} - #output { margin-top: -17vh; } diff --git a/src/utilities/index.css b/src/utilities/index.css index 667d6d2..2caafd8 100644 --- a/src/utilities/index.css +++ b/src/utilities/index.css @@ -40,8 +40,6 @@ } .fill-div:hover { - #background: rgba(44,44,48,0.5); - #background: rgba(22,22,24,1); background: rgba(0,0,0,1); text-decoration: underline 0.1em rgba(255,255,255,1); diff --git a/src/utilities/index.php b/src/utilities/index.php index a6fef4b..d40335e 100644 --- a/src/utilities/index.php +++ b/src/utilities/index.php @@ -15,7 +15,7 @@