diff options
| author | Bobby <[email protected]> | 2023-06-11 19:58:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-11 19:58:32 -0400 |
| commit | b0d1c9827c53d3d33facf08fc2043f43801ae6fa (patch) | |
| tree | 7f65453db57b603b8e233bf76883956a6821e156 /static/css/styles.css | |
| parent | 114460370c2613ea103b6eb709b3ea076d045bc9 (diff) | |
| download | thatcomputerscientist-b0d1c9827c53d3d33facf08fc2043f43801ae6fa.tar.xz thatcomputerscientist-b0d1c9827c53d3d33facf08fc2043f43801ae6fa.zip | |
Tags are now available on the blog
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 7f9fc550..526a4fc9 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -461,6 +461,26 @@ blockquote { margin-right: 11px; } +.tag { + display: inline-block; + margin: 5px 2px; + padding: 2px 10px; + font-size: 11px; + font-weight: normal; + text-transform: capitalize; + background-color: #311b4f; + color: #dddddd; + border-radius: 10px; +} + +.tag:nth-child(1) { + margin-left: 0px; +} + +.tag:nth-child(n) { + margin-right: 0px; +} + #article>h1 { font-size: 32px; margin-bottom: 10px; |
