revert main page look & feel

This commit is contained in:
Dooho Yi 2025-03-19 22:00:44 +09:00
parent f2b5d18501
commit f3825ef9f9

View file

@ -35,6 +35,8 @@
<style> <style>
body { body {
background-color: darkviolet; background-color: darkviolet;
font-size: 1.2rem;
line-height: 1.5;
} }
.wrapper { .wrapper {
@ -56,6 +58,9 @@
.content { .content {
padding-top: 50px; padding-top: 50px;
font-size: inherit;
letter-spacing: inherit;
line-height: inherit;
} }
ol, ol,
@ -66,7 +71,7 @@
/*menulist*/ /*menulist*/
.menulist { .menulist {
font-size: 1.1em; font-size: 1.2em;
text-align: center; text-align: center;
margin-left: 1em; margin-left: 1em;
margin-right: 1em; margin-right: 1em;