plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
d56c4f223b7cca61ffa8539db56777e3aa650ef4
parent
197f4b181e2a9fc9cf684c1bd186abb1798eed41
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-02 08:16
tweak base styling

Diffstat

M plutopluto/static/style.css 10 ++++++++--

1 files changed, 8 insertions, 2 deletions


diff --git a/plutopluto/static/style.css b/plutopluto/static/style.css

@@ -24,7 +24,7 @@ a {
   24    24 	color: var(--focus-color);
   25    25 }
   26    26 
   27    -1 h1, h2, h3, h4, h5 {
   -1    27 h1, h2, h3, h4, h5, h6 {
   28    28 	line-height: 1.2;
   29    29 	font-weight: 500;
   30    30 	margin-block: 0 0.3em;
@@ -40,10 +40,14 @@ pre {
   40    40 	tab-size: 4;
   41    41 }
   42    42 
   43    -1 p {
   -1    43 p, blockquote, pre, table, ul, ol, details {
   44    44 	margin-block: 0 0.8em;
   45    45 }
   46    46 
   -1    47 ol, ul {
   -1    48 	padding-inline-start: 1.5rem;
   -1    49 }
   -1    50 
   47    51 blockquote {
   48    52 	font-style: italic;
   49    53 	font-size: small;
@@ -91,6 +95,7 @@ hr {
   91    95 .post video {
   92    96 	display: block;
   93    97 	margin-inline: -0.5em;
   -1    98 	margin-block: 0 0.8em;
   94    99 	inline-size: calc(100% + 1em);
   95   100 	max-block-size: 90vb;
   96   101 	object-fit: contain;
@@ -131,6 +136,7 @@ hr {
  131   136 		--border-color: #222;
  132   137 		--button-color: #222;
  133   138 		--button-hover-color: #333;
   -1   139 		color-scheme: dark;
  134   140 
  135   141 		background: #000;
  136   142 		color: #fff;