display domain name

This commit is contained in:
teddit
2020-12-04 22:33:40 +01:00
parent d07a400884
commit 48dbc6380b
3 changed files with 12 additions and 0 deletions
+8
View File
@@ -774,6 +774,11 @@ input[type="submit"]:hover,
color: var(--linkcolor);
float: left;
}
#post .title .domain {
color: gray;
font-size: 12px;
margin-left: 10px;
}
#post .submitted {
font-size: small;
color: #686868;
@@ -1360,6 +1365,9 @@ code {
#search form {
width: 240px;
}
.comment {
padding-left: 2.5%;
}
.comment details summary::-webkit-details-marker,
.comment details summary::marker {
font-size: 1.25rem;