intranet-apei/Assets/style.css

16 lines
229 B
CSS
Raw Normal View History

2026-02-24 14:26:25 +00:00
/* Global */
body{
/*background-color: #163361;*/
/*background-color: #538eec;*/
background-color: #fff;
font-family: 'Merriweather', serif;
}
h1{
text-align: center;
color: #000;
}
h2{
color: #000
}