diff options
| author | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
| commit | 7916ab8332935eae49de5b07ba16949bd1bcdfa2 (patch) | |
| tree | bc2b07ff3166e14556178d85b3878730d834f400 /static/css/styles.css | |
| parent | b532de2f3b0ad75cb3eda787fb49b64e8c4ee032 (diff) | |
| download | thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.tar.xz thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.zip | |
Font and Sidebar updates + some cleanup
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 4f2a9269..608996dc 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,26 +1,18 @@ @import url(search.css); @import url(sidebar.css); +@import url('https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,400;0,700;1,400;1,700&display=swap'); body { width: 100%; background: black; font-size: 11px; - font-family: Verdana, Helvetica, Arial, Sans-Serif; + font-family: 'Mali', sans-serif; margin: 0px auto 0px; padding: 0px; color: #dddddd; box-sizing: border-box; } -/* Cursor Styles */ -/* body { - cursor: url("../images/backgrounds/cursor_default.png"), auto; -} - -a { - cursor: url("../images/backgrounds/cursor_link.png"), pointer; -} */ - #bg-video { position: fixed; right: 0; @@ -348,7 +340,7 @@ blockquote { #article-body, #editor-container { - font-size: 13px; + font-size: 11px; text-align: justify; } @@ -356,7 +348,8 @@ blockquote { #editor-container img { height: 300px; float: left; - padding: 0px 13px 0px 0px; + margin: 11px; + margin-left: 0; } #article-body h2, @@ -366,6 +359,6 @@ blockquote { text-transform: uppercase; padding-bottom: 0px; border-bottom: none; - margin: 13px 0px; + margin: 11px 0px; font-size: 14px; }
\ No newline at end of file |
