sitolost/content/extra/custom.css

24 lines
301 B
CSS
Raw Normal View History

div.entry-content a:link, a:visited{
border: 2px solid gray;
2020-04-13 15:12:39 +02:00
border-radius: 6px;
padding: 4px 4px;
xtext-align: center;
text-decoration: none;
display: inline-block;
}
video {
width: 100%;
max-height: 100%;
}
2020-04-13 15:12:39 +02:00
article h2 {
color: red;
}
.summary h1 {
font-size: 150%;
}