diff --git a/frontend/css/speech-bubble.css b/frontend/css/speech-bubble.css index 0fa29e1..76af7b5 100644 --- a/frontend/css/speech-bubble.css +++ b/frontend/css/speech-bubble.css @@ -37,30 +37,4 @@ flex: 1; white-space: nowrap; font-size: 1.5rem; -} - -.dialog-buttons { - display: flex; - gap: 5px; - margin-left: 10px; -} - -.dialog-btn { - padding: 4px 8px; - border: 1px solid #333; - background: #f0f0f0; - border-radius: 4px; - cursor: pointer; - font-size: 0.8rem; - transition: all 0.2s; -} - -.dialog-btn:hover:not(:disabled) { - background: #333; - color: white; -} - -.dialog-btn:disabled { - opacity: 0.5; - cursor: not-allowed; -} +} \ No newline at end of file diff --git a/frontend/css/text.css b/frontend/css/text.css new file mode 100644 index 0000000..008249c --- /dev/null +++ b/frontend/css/text.css @@ -0,0 +1,14 @@ +h1 { + text-align: left; + margin-top: 40px; + margin-bottom: 20px; + margin-left: 40px; + color: white; +} + +h2 { + text-align: center; + margin-top: 40px; + margin-bottom: 20px; + color: white; +} \ No newline at end of file diff --git a/frontend/pages/liste_yakus.html b/frontend/pages/liste_yakus.html index 9d280b0..add96db 100644 --- a/frontend/pages/liste_yakus.html +++ b/frontend/pages/liste_yakus.html @@ -4,6 +4,7 @@