diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-17 12:39:33 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-11-17 12:39:33 +0200 |
commit | d0a72793fffc208323292430bbbd8a0c7c2b6a2d (patch) | |
tree | 1e8b505235f4c8f664eeac8d635993fd930fdb83 /public/typography.css | |
parent | 9cf068c9e0f034e285a4c2d6226412d5635df9fa (diff) |
Importing...
Changes to be committed:
new file: .gitmodules
modified: config.toml
modified: content/blog/_index.md
renamed: templates/index.html -> index.html
new file: public/blog/first/index.html
new file: public/blog/index.html
new file: public/blog/second/index.html
new file: public/elasticlunr.min.js
new file: public/search_index.en.js
new file: public/typography.css
new file: themes/emily_zola_theme
new file: themes/hermit_zola
Diffstat (limited to 'public/typography.css')
-rw-r--r-- | public/typography.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/typography.css b/public/typography.css new file mode 100644 index 0000000..80fa829 --- /dev/null +++ b/public/typography.css @@ -0,0 +1 @@ +a{color:#bae6fd;text-decoration-line:none}h1,h2{border-bottom:1px solid #e2e8f0}img,video{display:block;margin:0 auto;max-width:90%}pre{border:1px solid;overflow-x:auto;overflow-y:hidden;margin:.25rem;border-radius:.375rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}:not(pre)>code{font-size:.875rem;padding:.0625rem .125rem;color:#0f172a;background-color:#e2e8f0;border-radius:.375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}blockquote{border-left:.125rem solid;padding-left:.25rem;margin-left:1rem;font-style:italic}table{border-collapse:collapse;margin:0 auto;max-width:90%}table th{padding:10px}table th,td{border:1px #666;border-style:solid none}table td{padding:10px}ul,ol{list-style-position:inside;padding-left:.5rem}
\ No newline at end of file |