1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00
HtmGem/css/simple.css

10 lines
122 B
CSS
Raw Normal View History

2021-03-27 20:20:50 +01:00
@import "base.css";
2021-03-09 11:26:31 +01:00
2021-03-27 20:20:50 +01:00
p, h1, h2, h3, ul, li, pre, blockquote {
2021-03-09 21:07:28 +01:00
margin: 0;
2021-03-09 11:26:31 +01:00
padding: 0;
2021-03-27 20:20:50 +01:00
font-weight: normal;
2021-03-09 11:26:31 +01:00
}