revert main page look & feel
This commit is contained in:
parent
f2b5d18501
commit
f3825ef9f9
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue