rimgo/static/css/tag.css

13 lines
121 B
CSS
Raw Normal View History

2022-12-21 00:35:48 +00:00
body {
2022-02-18 21:56:56 +00:00
margin: 0 12vw;
}
.tagMeta {
padding: 2em;
border-radius: 12px;
}
2022-12-21 00:35:48 +00:00
a {
2022-02-18 21:56:56 +00:00
font-weight: 400;
2022-02-21 17:09:44 +00:00
color: #fff;
2022-02-18 21:56:56 +00:00
}