Line 28: | Line 28: | ||
#top_menu_inside ul{ | #top_menu_inside ul{ | ||
line-height:1.5em; | line-height:1.5em; | ||
+ | } | ||
+ | |||
+ | #HQ_page p{ | ||
+ | font-family: inherit; | ||
+ | font-size:inherit; | ||
+ | text-align: inherit; | ||
+ | } | ||
+ | /* edit end*/ | ||
+ | |||
+ | *, *::after, *::before { | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | |||
+ | html { | ||
+ | font-size: 62.5%; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-size: 1.6rem; | ||
+ | font-family: "Hind", sans-serif; | ||
+ | color: #25283D; | ||
+ | background-color: #ECF0F1; | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | -moz-osx-font-smoothing: grayscale; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | color: #8F3985; | ||
+ | text-decoration: none; | ||
} | } | ||
Revision as of 12:01, 11 October 2016