Version 2, ready for beta
This commit was merged in pull request #1.
This commit is contained in:
22
src/default-theme/wwwroot/style.css
Normal file
22
src/default-theme/wwwroot/style.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.messages {
|
||||
max-width: 60rem;
|
||||
margin: auto;
|
||||
}
|
||||
blockquote {
|
||||
border-left: solid 4px lightgray;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.item-meta {
|
||||
font-size: 1.1rem;
|
||||
font-weight: normal;;
|
||||
}
|
||||
.item-meta::before {
|
||||
content: "»";
|
||||
vertical-align: text-top;
|
||||
}
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user