diff options
author | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 17:26:21 +0700 |
---|---|---|
committer | Huy-Ngo <duchuy29092000@gmail.com> | 2021-01-11 17:26:21 +0700 |
commit | 4eee045018bb5612d3577966ff3d86bd15ebd70a (patch) | |
tree | 7bf4085c045b0496c2aa1d258a5bb8abd9a12296 /assets/css | |
parent | 668428032b6a9dade3eab053da5f22549477e74f (diff) | |
download | blog-4eee045018bb5612d3577966ff3d86bd15ebd70a.tar.gz |
Rename for more generic stylesheet
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/custom.scss (renamed from assets/css/webring.scss) | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/webring.scss b/assets/css/custom.scss index d36883f..f0b026a 100644 --- a/assets/css/webring.scss +++ b/assets/css/custom.scss @@ -19,3 +19,12 @@ } } } + +dl { + dt { + font-weight: bold; + } + dd { + text-indent: 1em; + } +} |