diff options
| author | Bobby <[email protected]> | 2025-05-29 12:09:22 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-05-29 12:09:22 +0530 |
| commit | 447cbc7846cd1836a875d5c5c74e5b2d295b6e34 (patch) | |
| tree | 662bf2c786c146bd3138e1656f18d4e88282c9d6 /static | |
| parent | a5b8a69cdae8dbeb4306272d619ea251c6b247b3 (diff) | |
| download | thatcomputerscientist-447cbc7846cd1836a875d5c5c74e5b2d295b6e34.tar.xz thatcomputerscientist-447cbc7846cd1836a875d5c5c74e5b2d295b6e34.zip | |
refactor; more pastel styles
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/_partials/weblog_list.css | 20 | ||||
| -rw-r--r-- | static/css/blog/post.css | 11 | ||||
| -rw-r--r-- | static/css/shared/core.css | 6 |
3 files changed, 34 insertions, 3 deletions
diff --git a/static/css/_partials/weblog_list.css b/static/css/_partials/weblog_list.css index b6b3aa27..5dd08a42 100644 --- a/static/css/_partials/weblog_list.css +++ b/static/css/_partials/weblog_list.css @@ -15,6 +15,26 @@ margin-left: 4px; } +.author-info a, +.post-actions a:not(.post-tag) { + color: #96b5ff !important; +} + +.author-info a:hover, +.post-actions a:hover:not(.post-tag) { + color: #ff96ff !important; +} + +.post-exerpt a, +.weblog-content a { + color: #f6cc95 !important; +} + +.post-exerpt a:hover, +.weblog-content a:hover { + color: #ffb95c !important; +} + .post-profile-image { width: 16px; height: 16px; diff --git a/static/css/blog/post.css b/static/css/blog/post.css index b6796914..557e030c 100644 --- a/static/css/blog/post.css +++ b/static/css/blog/post.css @@ -21,8 +21,10 @@ display: flex; justify-content: space-between; align-items: center; - padding-bottom: 4px; - border-bottom: 1px solid #dddddd; +} + +.weblog-title-area { + padding: 16px 0 4px 0; } .post-actions { @@ -142,7 +144,6 @@ white-space: pre-wrap; } -/* Blockquote styles - Y2K Japanese inspired */ .weblog-content blockquote { margin: 12px 0; padding: 8px 16px; @@ -170,4 +171,8 @@ flex-direction: row; align-items: center; gap: 4px; +} + +pre::-webkit-scrollbar { + display: none; }
\ No newline at end of file diff --git a/static/css/shared/core.css b/static/css/shared/core.css index 8e65c00f..5c661f0d 100644 --- a/static/css/shared/core.css +++ b/static/css/shared/core.css @@ -51,7 +51,13 @@ a:active { color: #df23c4; } +#main-content a { + color: #95f695; +} +#main-content a:hover { + color: #9ae4f1; +} button { background: #4444b1; |
