Rename for more generic stylesheet

This commit is contained in:
Huy-Ngo 2021-01-11 17:26:21 +07:00
parent 668428032b
commit 4eee045018
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" href="/assets/css/webring.css">
<link rel="stylesheet" href="/assets/css/custom.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">

View File

@ -19,3 +19,12 @@
}
}
}
dl {
dt {
font-weight: bold;
}
dd {
text-indent: 1em;
}
}