diff --git a/fortune_generator/css/styles.css b/fortune_generator/css/styles.css index f96ccf5..4291e7f 100644 --- a/fortune_generator/css/styles.css +++ b/fortune_generator/css/styles.css @@ -108,4 +108,10 @@ button:hover { color: var(--dark-mode-icon-color); cursor: pointer; opacity: 85%; +} + +#copy-result { + margin-top: 20px; + font-size: 1.5rem; + color: var(--dark-mode-icon-color); } \ No newline at end of file diff --git a/fortune_generator/index.html b/fortune_generator/index.html index 45cc805..40d0616 100644 --- a/fortune_generator/index.html +++ b/fortune_generator/index.html @@ -12,6 +12,9 @@ + + +